diff options
author | Ilan Peer <ilan.peer@intel.com> | 2019-05-29 08:25:33 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-06-14 08:16:17 -0400 |
commit | cd6f34110285742ec5570f07aa2229e29f4d2092 (patch) | |
tree | 79166a61c10d8e15afe49b89f39a3ba8ddb6073c | |
parent | 4770c8f902285089ae1911de39808c808766a115 (diff) |
ieee80211: Add a missing extended capability flag definition
Add the "OBSS Narrow Bandwidth RU In OFDMA Tolerance Support" flag
definition to the definitions of the flags covered by the Extended
Capability IE.
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r-- | include/linux/ieee80211.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 5dfd949ade25..2dbefeffc43c 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -2713,6 +2713,13 @@ enum ieee80211_tdls_actioncode { | |||
2713 | #define WLAN_EXT_CAPA10_TWT_REQUESTER_SUPPORT BIT(5) | 2713 | #define WLAN_EXT_CAPA10_TWT_REQUESTER_SUPPORT BIT(5) |
2714 | #define WLAN_EXT_CAPA10_TWT_RESPONDER_SUPPORT BIT(6) | 2714 | #define WLAN_EXT_CAPA10_TWT_RESPONDER_SUPPORT BIT(6) |
2715 | 2715 | ||
2716 | /* | ||
2717 | * When set, indicates that the AP is able to tolerate 26-tone RU UL | ||
2718 | * OFDMA transmissions using HE TB PPDU from OBSS (not falsely classify the | ||
2719 | * 26-tone RU UL OFDMA transmissions as radar pulses). | ||
2720 | */ | ||
2721 | #define WLAN_EXT_CAPA10_OBSS_NARROW_BW_RU_TOLERANCE_SUPPORT BIT(7) | ||
2722 | |||
2716 | /* Defines support for enhanced multi-bssid advertisement*/ | 2723 | /* Defines support for enhanced multi-bssid advertisement*/ |
2717 | #define WLAN_EXT_CAPA11_EMA_SUPPORT BIT(1) | 2724 | #define WLAN_EXT_CAPA11_EMA_SUPPORT BIT(1) |
2718 | 2725 | ||