diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-08-12 14:45:06 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-12 14:45:06 -0400 |
commit | 89c2af3c14ddf8ae48637a7b454d66ac5e0ca728 (patch) | |
tree | 77faf3fc889fb0e77ce7c4778f2bbc93fdf8cdd2 /include/linux/ieee80211.h | |
parent | f3dfd20860db3d0c400dd83a378176a28d3662db (diff) | |
parent | d1e2586f484dfc36eee2b2d3a6c6c77be67ca492 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
Conflicts:
drivers/net/ethernet/broadcom/Kconfig
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 4e101af9c1ff..8def09e55f0c 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -1710,6 +1710,10 @@ enum ieee80211_eid { | |||
1710 | WLAN_EID_OPMODE_NOTIF = 199, | 1710 | WLAN_EID_OPMODE_NOTIF = 199, |
1711 | WLAN_EID_WIDE_BW_CHANNEL_SWITCH = 194, | 1711 | WLAN_EID_WIDE_BW_CHANNEL_SWITCH = 194, |
1712 | WLAN_EID_CHANNEL_SWITCH_WRAPPER = 196, | 1712 | WLAN_EID_CHANNEL_SWITCH_WRAPPER = 196, |
1713 | WLAN_EID_EXTENDED_BSS_LOAD = 193, | ||
1714 | WLAN_EID_VHT_TX_POWER_ENVELOPE = 195, | ||
1715 | WLAN_EID_AID = 197, | ||
1716 | WLAN_EID_QUIET_CHANNEL = 198, | ||
1713 | 1717 | ||
1714 | /* 802.11ad */ | 1718 | /* 802.11ad */ |
1715 | WLAN_EID_NON_TX_BSSID_CAP = 83, | 1719 | WLAN_EID_NON_TX_BSSID_CAP = 83, |
@@ -1861,6 +1865,11 @@ enum ieee80211_tdls_actioncode { | |||
1861 | WLAN_TDLS_DISCOVERY_REQUEST = 10, | 1865 | WLAN_TDLS_DISCOVERY_REQUEST = 10, |
1862 | }; | 1866 | }; |
1863 | 1867 | ||
1868 | /* Interworking capabilities are set in 7th bit of 4th byte of the | ||
1869 | * @WLAN_EID_EXT_CAPABILITY information element | ||
1870 | */ | ||
1871 | #define WLAN_EXT_CAPA4_INTERWORKING_ENABLED BIT(7) | ||
1872 | |||
1864 | /* | 1873 | /* |
1865 | * TDLS capabililites to be enabled in the 5th byte of the | 1874 | * TDLS capabililites to be enabled in the 5th byte of the |
1866 | * @WLAN_EID_EXT_CAPABILITY information element | 1875 | * @WLAN_EID_EXT_CAPABILITY information element |