3a76f117523c7ee2d616de8c6f2c4b89c7d220db
[openwrt/staging/jow.git] / package / kernel / mt76 / patches / 100-api_update.patch
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