developer | 05f3b2b | 2024-08-19 19:17:34 +0800 | [diff] [blame^] | 1 | From 5d05ee69f1435865e4b74db81a6f15dc985300f0 Mon Sep 17 00:00:00 2001 |
| 2 | From: Howard Hsu <howard-yh.hsu@mediatek.com> |
| 3 | Date: Fri, 5 Jul 2024 09:42:46 +0800 |
| 4 | Subject: [PATCH 87/89] mtk: mac80211: add SCS capa definition |
| 5 | |
| 6 | Add scs capabilities definition in extended capabilities ie. |
| 7 | |
| 8 | Signed-off-by: Howard Hsu <howard-yh.hsu@mediatek.com> |
| 9 | |
| 10 | --- |
| 11 | include/linux/ieee80211.h | 2 ++ |
| 12 | 1 file changed, 2 insertions(+) |
| 13 | |
| 14 | diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h |
| 15 | index 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 | -- |
| 28 | 2.18.0 |
| 29 | |