blob: 8e588c088fd8fced3f236bca2af1cf23639fe2ae [file] [log] [blame]
developer05f3b2b2024-08-19 19:17:34 +08001From 5d05ee69f1435865e4b74db81a6f15dc985300f0 Mon Sep 17 00:00:00 2001
2From: Howard Hsu <howard-yh.hsu@mediatek.com>
3Date: Fri, 5 Jul 2024 09:42:46 +0800
4Subject: [PATCH 87/89] mtk: mac80211: add SCS capa definition
5
6Add scs capabilities definition in extended capabilities ie.
7
8Signed-off-by: Howard Hsu <howard-yh.hsu@mediatek.com>
9
10---
11 include/linux/ieee80211.h | 2 ++
12 1 file changed, 2 insertions(+)
13
14diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
15index 3039cb1..10587c6 100644
16--- a/include/linux/ieee80211.h
17+++ b/include/linux/ieee80211.h
18@@ -4028,6 +4028,8 @@ enum ieee80211_tdls_actioncode {
19 #define WLAN_EXT_CAPA5_TDLS_PROHIBITED BIT(6)
20 #define WLAN_EXT_CAPA5_TDLS_CH_SW_PROHIBITED BIT(7)
21
22+#define WLAN_EXT_CAPA7_SCS_SUPPORT BIT(6)
23+
24 #define WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED BIT(5)
25 #define WLAN_EXT_CAPA8_OPMODE_NOTIF BIT(6)
26
27--
282.18.0
29