diff options
Diffstat (limited to 'package/kernel/mt76/patches/110-api_update.patch')
-rw-r--r-- | package/kernel/mt76/patches/110-api_update.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/kernel/mt76/patches/110-api_update.patch b/package/kernel/mt76/patches/110-api_update.patch deleted file mode 100644 index 27bd6286b0..0000000000 --- a/package/kernel/mt76/patches/110-api_update.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/tx.c -+++ b/tx.c -@@ -325,7 +325,7 @@ mt76_tx(struct mt76_phy *phy, struct iee - if ((dev->drv->drv_flags & MT_DRV_HW_MGMT_TXQ) && - !(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) && - !ieee80211_is_data(hdr->frame_control) && -- !ieee80211_is_bufferable_mmpdu(hdr->frame_control)) { -+ !ieee80211_is_bufferable_mmpdu(skb)) { - qid = MT_TXQ_PSD; - } - |