blob: f05fe30a3cb25b9773d8760d73828f8147492578 [file] [log] [blame]
developerde9ecce2023-05-22 11:17:16 +08001From 9af2057cec3d77aafb4f92b8d1542d88c8ac5efc Mon Sep 17 00:00:00 2001
developer1bc2ce22023-03-25 00:47:41 +08002From: Peter Chiu <chui-hao.chiu@mediatek.com>
3Date: Fri, 17 Mar 2023 11:08:04 +0800
developerde9ecce2023-05-22 11:17:16 +08004Subject: [PATCH 12/22] wifi: mt76: mt7996: init he and eht cap for AP_VLAN
developer1bc2ce22023-03-25 00:47:41 +08005
6Add AP_VLAN types in __mt7996_set_stream_he_eht_caps to
7initialize the ht and eht caps. Without this patch, the
8BA response from VLAN AP would not include the ADDBA
9extension tag.
10
11Signed-off-by: Peter Chiu <chui-hao.chiu@mediatek.com>
12---
13 mt7996/init.c | 1 +
14 1 file changed, 1 insertion(+)
15
16diff --git a/mt7996/init.c b/mt7996/init.c
developerde9ecce2023-05-22 11:17:16 +080017index 9c5d20ad..d44e3ae9 100644
developer1bc2ce22023-03-25 00:47:41 +080018--- a/mt7996/init.c
19+++ b/mt7996/init.c
developerde9ecce2023-05-22 11:17:16 +080020@@ -993,6 +993,7 @@ __mt7996_set_stream_he_eht_caps(struct mt7996_phy *phy,
developer1bc2ce22023-03-25 00:47:41 +080021 switch (i) {
22 case NL80211_IFTYPE_STATION:
23 case NL80211_IFTYPE_AP:
24+ case NL80211_IFTYPE_AP_VLAN:
25 #ifdef CONFIG_MAC80211_MESH
26 case NL80211_IFTYPE_MESH_POINT:
27 #endif
28--
developerde9ecce2023-05-22 11:17:16 +0800292.39.2
developer1bc2ce22023-03-25 00:47:41 +080030