From: Sara Sharon Date: Fri, 15 Mar 2019 15:39:03 +0000 (+0200) Subject: cfg80211: support non-inheritance element X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=commitdiff_plain;h=bd79fac3c0c2503f230abfcb7f8f5886199d9ea2 cfg80211: support non-inheritance element Subelement profile may specify element IDs it doesn't inherit from the management frame. Support it. Signed-off-by: Sara Sharon Signed-off-by: Luca Coelho Signed-off-by: Johannes Berg Signed-off-by: Christian Lamparter --- diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 4c93531..2645b2f 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -2506,6 +2506,7 @@ enum ieee80211_eid_ext { WLAN_EID_EXT_HE_MU_EDCA = 38, WLAN_EID_EXT_MAX_CHANNEL_SWITCH_TIME = 52, WLAN_EID_EXT_MULTIPLE_BSSID_CONFIGURATION = 55, + WLAN_EID_EXT_NON_INHERITANCE = 56, }; /* Action category code */