diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2014-05-26 18:06:34 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-05-28 16:22:47 +0200 |
commit | 494b6590043b4cd73ceb3f58e1c012a2c6c98d85 (patch) | |
tree | 9eb96f2e5572fb2b9d84efcd8d045132a7bc85a7 /include/linux/ieee80211.h | |
parent | 53d045258ee2e38b1e882617cb0799a04d05f5fa (diff) |
wireless: add missing WLAN_EID_BSS_INTOLERANT_CHL_REPORT
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index f194ccb8539c..6bff13f74050 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1711,6 +1711,7 @@ enum ieee80211_eid { WLAN_EID_RRM_ENABLED_CAPABILITIES = 70, WLAN_EID_MULTIPLE_BSSID = 71, WLAN_EID_BSS_COEX_2040 = 72, + WLAN_EID_BSS_INTOLERANT_CHL_REPORT = 73, WLAN_EID_OVERLAP_BSS_SCAN_PARAM = 74, WLAN_EID_RIC_DESCRIPTOR = 75, WLAN_EID_MMIE = 76, |