blob: a6eb5938f627c64a18f1d5e36d1a65f8a11cf1ff [file] [log] [blame]
developerb43b3322023-08-08 11:31:28 +08001From faa6a52a5f0429d401b7615cc34734c6f5b8fe01 Mon Sep 17 00:00:00 2001
2From: MeiChia Chiu <meichia.chiu@mediatek.com>
3Date: Tue, 8 Aug 2023 11:20:58 +0800
4Subject: [PATCH] wifi: mt76: mt7915: Establish BA in VO queue
5
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
11index ff3cefa..b87b733 100644
12--- a/mt76_connac_mac.c
13+++ b/mt76_connac_mac.c
14@@ -1126,8 +1126,6 @@ void mt76_connac2_tx_check_aggr(struct ieee80211_sta *sta, __le32 *txwi)
15 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--
242.39.0
25