diff options
| author | John W. Linville <linville@tuxdriver.com> | 2013-08-09 15:08:10 -0400 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2013-08-09 15:08:10 -0400 |
| commit | fa5978447cb0144411df3a588e3d01459c12d855 (patch) | |
| tree | 998e58c515def864c8cd87511625d1e7184a7a21 /include/linux | |
| parent | 2437f3c5d6bc07252c6d7d24448755e0c35ed91c (diff) | |
| parent | 73da7d5bab79ad7e16ff44d67c3fe8b9c0b33e5b (diff) | |
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Diffstat (limited to 'include/linux')
| -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 b0dc87a2a376..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, |
| @@ -1860,6 +1864,11 @@ enum ieee80211_tdls_actioncode { | |||
| 1860 | WLAN_TDLS_DISCOVERY_REQUEST = 10, | 1864 | WLAN_TDLS_DISCOVERY_REQUEST = 10, |
| 1861 | }; | 1865 | }; |
| 1862 | 1866 | ||
| 1867 | /* Interworking capabilities are set in 7th bit of 4th byte of the | ||
| 1868 | * @WLAN_EID_EXT_CAPABILITY information element | ||
| 1869 | */ | ||
| 1870 | #define WLAN_EXT_CAPA4_INTERWORKING_ENABLED BIT(7) | ||
| 1871 | |||
| 1863 | /* | 1872 | /* |
| 1864 | * TDLS capabililites to be enabled in the 5th byte of the | 1873 | * TDLS capabililites to be enabled in the 5th byte of the |
| 1865 | * @WLAN_EID_EXT_CAPABILITY information element | 1874 | * @WLAN_EID_EXT_CAPABILITY information element |
