diff options
author | Fred Zhou <fred.zy@gmail.com> | 2013-08-01 02:16:28 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-08-01 04:49:03 -0400 |
commit | 9e2bc79bce58a1ce0005015c9351b3bcaaa02e5c (patch) | |
tree | a2e48c4a3493e085b7862fc0940db4d42bdfcb4b /include | |
parent | dcb7a6ce0a08012a17cca34711a02017abed554b (diff) |
ieee80211: add definition for 802.11ac information elements
Add element IDs for Extended BSS Load, VHT TX
Power Envelope, AID, and Quiet Channel.
Signed-off-by: Fred Zhou <fred.zy@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ieee80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 22c909413d32..b3ce299782af 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -1709,6 +1709,10 @@ enum ieee80211_eid { | |||
1709 | WLAN_EID_OPMODE_NOTIF = 199, | 1709 | WLAN_EID_OPMODE_NOTIF = 199, |
1710 | WLAN_EID_WIDE_BW_CHANNEL_SWITCH = 194, | 1710 | WLAN_EID_WIDE_BW_CHANNEL_SWITCH = 194, |
1711 | WLAN_EID_CHANNEL_SWITCH_WRAPPER = 196, | 1711 | WLAN_EID_CHANNEL_SWITCH_WRAPPER = 196, |
1712 | WLAN_EID_EXTENDED_BSS_LOAD = 193, | ||
1713 | WLAN_EID_VHT_TX_POWER_ENVELOPE = 195, | ||
1714 | WLAN_EID_AID = 197, | ||
1715 | WLAN_EID_QUIET_CHANNEL = 198, | ||
1712 | 1716 | ||
1713 | /* 802.11ad */ | 1717 | /* 802.11ad */ |
1714 | WLAN_EID_NON_TX_BSSID_CAP = 83, | 1718 | WLAN_EID_NON_TX_BSSID_CAP = 83, |