developer | 78848c6 | 2023-04-06 13:44:00 +0800 | [diff] [blame] | 1 | --- a/tx.c |
2 | +++ b/tx.c | ||||
3 | @@ -330,7 +330,7 @@ mt76_tx(struct mt76_phy *phy, struct iee | ||||
4 | if ((dev->drv->drv_flags & MT_DRV_HW_MGMT_TXQ) && | ||||
5 | !(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) && | ||||
6 | !ieee80211_is_data(hdr->frame_control) && | ||||
7 | - !ieee80211_is_bufferable_mmpdu(hdr->frame_control)) { | ||||
8 | + !ieee80211_is_bufferable_mmpdu(skb)) { | ||||
9 | qid = MT_TXQ_PSD; | ||||
10 | } | ||||
11 |