blob: 3e8500fa8e03c2bd2ac1ec6af387108661605be3 [file] [log] [blame]
developer3f52c302024-04-08 14:36:46 +08001From d588c607b158e13343964b451d1de5b98bba7feb Mon Sep 17 00:00:00 2001
developer2a209692023-08-14 20:23:42 +08002From: MeiChia Chiu <meichia.chiu@mediatek.com>
3Date: Tue, 8 Aug 2023 11:20:58 +0800
developer3f52c302024-04-08 14:36:46 +08004Subject: [PATCH 1032/1053] wifi: mt76: mt7915: Establish BA in VO queue
developer2a209692023-08-14 20:23:42 +08005
6---
7 mt76_connac_mac.c | 2 --
8 1 file changed, 2 deletions(-)
9
10diff --git a/mt76_connac_mac.c b/mt76_connac_mac.c
developer3f52c302024-04-08 14:36:46 +080011index 949df63..d036047 100644
developer2a209692023-08-14 20:23:42 +080012--- a/mt76_connac_mac.c
13+++ b/mt76_connac_mac.c
developerebda9012024-02-22 13:42:45 +080014@@ -1115,8 +1115,6 @@ void mt76_connac2_tx_check_aggr(struct ieee80211_sta *sta, __le32 *txwi)
developer2a209692023-08-14 20:23:42 +080015 return;
16
17 tid = le32_get_bits(txwi[1], MT_TXD1_TID);
18- if (tid >= 6) /* skip VO queue */
19- return;
20
21 val = le32_to_cpu(txwi[2]);
22 fc = FIELD_GET(MT_TXD2_FRAME_TYPE, val) << 2 |
23--
developere35b8e42023-10-16 11:04:00 +0800242.18.0
developer2a209692023-08-14 20:23:42 +080025