From: Ilan Peer Date: Sun, 29 Nov 2020 15:30:46 +0000 (+0200) Subject: cfg80211: Parse SAE H2E only membership selector X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=commitdiff_plain;h=89d16a3cd4d53701cfc831eb7f3b7314d0e58f1e cfg80211: Parse SAE H2E only membership selector This extends the support for drivers that rebuild IEs in the FW (same as with HT/VHT/HE). Signed-off-by: Ilan Peer Signed-off-by: Luca Coelho Link: https://lore.kernel.org/r/iwlwifi.20201129172929.4012647275f3.I1a93ae71c57ef0b6f58f99d47fce919d19d65ff0@changeid Signed-off-by: Johannes Berg Signed-off-by: Christian Lamparter --- diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 03abf73..f3317f8 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1263,6 +1263,7 @@ struct ieee80211_mgmt { #define BSS_MEMBERSHIP_SELECTOR_HT_PHY 127 #define BSS_MEMBERSHIP_SELECTOR_VHT_PHY 126 #define BSS_MEMBERSHIP_SELECTOR_HE_PHY 122 +#define BSS_MEMBERSHIP_SELECTOR_SAE_H2E 123 /* mgmt header + 1 byte category code */ #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u)