developer | b85e875 | 2023-09-25 14:16:05 +0800 | [diff] [blame^] | 1 | From 279016e3f3eece9baf69c60dfcb907679788d948 Mon Sep 17 00:00:00 2001 |
| 2 | From: MeiChia Chiu <meichia.chiu@mediatek.com> |
| 3 | Date: Tue, 1 Aug 2023 16:02:28 +0800 |
| 4 | Subject: [PATCH 1022/1024] wifi: mt76: mt7996: Establish BA in VO queue |
| 5 | |
| 6 | --- |
| 7 | mt7996/mac.c | 2 -- |
| 8 | 1 file changed, 2 deletions(-) |
| 9 | |
| 10 | diff --git a/mt7996/mac.c b/mt7996/mac.c |
| 11 | index 6e79be8de..04e14fa30 100644 |
| 12 | --- a/mt7996/mac.c |
| 13 | +++ b/mt7996/mac.c |
| 14 | @@ -963,8 +963,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 | -- |
| 24 | 2.39.2 |
| 25 | |