summaryrefslogtreecommitdiffstats
path: root/include/linux/ieee80211.h
diff options
context:
space:
mode:
authorAmitkumar Karwar2010-12-07 22:43:03 +0100
committerJohn W. Linville2010-12-08 21:38:45 +0100
commitb7e8941b2df518186d9f7679c007f6b619bb4e89 (patch)
tree35f0dcfe920087e83d99f27b5deabad3d5f4e3d8 /include/linux/ieee80211.h
parentb43: rename config option for N-PHY, drop BROKEN (diff)
downloadkernel-qcow2-linux-b7e8941b2df518186d9f7679c007f6b619bb4e89.tar.gz
kernel-qcow2-linux-b7e8941b2df518186d9f7679c007f6b619bb4e89.tar.xz
kernel-qcow2-linux-b7e8941b2df518186d9f7679c007f6b619bb4e89.zip
cfg80211: add some element IDs in enum ieee80211_eid
1)WLAN_EID_BSS_COEX_2040 2)WLAN_EID_OVERLAP_BSS_SCAN_PARAM 3)WLAN_EID_EXT_CAPABILITY Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r--include/linux/ieee80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index ed5a03cbe184..351c0ab4e284 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -1223,6 +1223,9 @@ enum ieee80211_eid {
WLAN_EID_BSS_AC_ACCESS_DELAY = 68,
WLAN_EID_RRM_ENABLED_CAPABILITIES = 70,
WLAN_EID_MULTIPLE_BSSID = 71,
+ WLAN_EID_BSS_COEX_2040 = 72,
+ WLAN_EID_OVERLAP_BSS_SCAN_PARAM = 74,
+ WLAN_EID_EXT_CAPABILITY = 127,
WLAN_EID_MOBILITY_DOMAIN = 54,
WLAN_EID_FAST_BSS_TRANSITION = 55,