blob: 7105734bdbc683448e21196928f187891e806804 [file] [log] [blame]
developera1432902023-04-01 04:45:58 +08001From 44d055ff8225e0d6110048d8c02de526bf5152b2 Mon Sep 17 00:00:00 2001
2From: Evelyn Tsai <evelyn.tsai@mediatek.com>
3Date: Fri, 31 Mar 2023 14:38:44 +0800
4Subject: [PATCH] wifi: mt76: api_update
5
6---
7 tx.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/tx.c b/tx.c
11index 1f309d0..3ad9742 100644
12--- a/tx.c
13+++ b/tx.c
14@@ -330,7 +330,7 @@ mt76_tx(struct mt76_phy *phy, struct ieee80211_sta *sta,
15 if ((dev->drv->drv_flags & MT_DRV_HW_MGMT_TXQ) &&
16 !(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) &&
17 !ieee80211_is_data(hdr->frame_control) &&
18- !ieee80211_is_bufferable_mmpdu(hdr->frame_control)) {
19+ !ieee80211_is_bufferable_mmpdu(skb)) {
20 qid = MT_TXQ_PSD;
21 }
22
23--
242.39.0
25