]> Pileus Git - ~andy/linux/commitdiff
ieee80211: add definition for 802.11ac information elements
authorFred Zhou <fred.zy@gmail.com>
Thu, 1 Aug 2013 06:16:28 +0000 (14:16 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 1 Aug 2013 08:49:03 +0000 (10:49 +0200)
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>
include/linux/ieee80211.h

index 22c909413d326250224256510abb7a8f9fe14899..b3ce299782afa70f29983a79367c79a2ace521cf 100644 (file)
@@ -1709,6 +1709,10 @@ enum ieee80211_eid {
        WLAN_EID_OPMODE_NOTIF = 199,
        WLAN_EID_WIDE_BW_CHANNEL_SWITCH = 194,
        WLAN_EID_CHANNEL_SWITCH_WRAPPER = 196,
+       WLAN_EID_EXTENDED_BSS_LOAD = 193,
+       WLAN_EID_VHT_TX_POWER_ENVELOPE = 195,
+       WLAN_EID_AID = 197,
+       WLAN_EID_QUIET_CHANNEL = 198,
 
        /* 802.11ad */
        WLAN_EID_NON_TX_BSSID_CAP =  83,