blob: 5ea0ac57388e91a54f4c036b4ddd65ff55816dca [file] [log] [blame]
developer617abbd2024-04-23 14:50:01 +08001From 6888c8da2d1620dcd3a85834b07faef4a90c64b2 Mon Sep 17 00:00:00 2001
2From: MeiChia Chiu <meichia.chiu@mediatek.com>
3Date: Tue, 1 Aug 2023 16:02:28 +0800
4Subject: [PATCH 036/116] mtk: wifi: mt76: mt7996: Establish BA in VO queue
5
6---
7 mt7996/mac.c | 2 --
8 1 file changed, 2 deletions(-)
9
10diff --git a/mt7996/mac.c b/mt7996/mac.c
11index 1c1b3eb51..4e52aa1bf 100644
12--- a/mt7996/mac.c
13+++ b/mt7996/mac.c
14@@ -1032,8 +1032,6 @@ mt7996_tx_check_aggr(struct ieee80211_sta *sta, struct sk_buff *skb)
15 return;
16
17 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK;
18- if (tid >= 6) /* skip VO queue */
19- return;
20
21 if (is_8023) {
22 fc = IEEE80211_FTYPE_DATA |
23--
242.39.2
25