diff options
| author | Arik Nemtsov <arik@wizery.com> | 2014-11-09 11:50:13 -0500 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2014-11-19 12:44:52 -0500 |
| commit | 2cedd87960a809dd9bf683f72123b7dce6736f07 (patch) | |
| tree | be5b9d6c585b0ebd0e4fabfe78f1267bf77f8b8f /include/linux | |
| parent | f0d29cb979567f13c8db371940c5911a9025f081 (diff) | |
mac80211: add BSS coex IE to TDLS setup frames
Add the BSS coex IE in case we support HT40 channels, as mandated by
section 8.5.13 in IEEE802.11 2012.
Signed-off-by: Arik Nemtsov <arikx.nemtsov@intel.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ieee80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 4e2bb9107878..adac1be67387 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
| @@ -2037,6 +2037,9 @@ enum ieee80211_tdls_actioncode { | |||
| 2037 | /* TDLS specific payload type in the LLC/SNAP header */ | 2037 | /* TDLS specific payload type in the LLC/SNAP header */ |
| 2038 | #define WLAN_TDLS_SNAP_RFTYPE 0x2 | 2038 | #define WLAN_TDLS_SNAP_RFTYPE 0x2 |
| 2039 | 2039 | ||
| 2040 | /* BSS Coex IE information field bits */ | ||
| 2041 | #define WLAN_BSS_COEX_INFORMATION_REQUEST BIT(0) | ||
| 2042 | |||
| 2040 | /** | 2043 | /** |
| 2041 | * enum - mesh synchronization method identifier | 2044 | * enum - mesh synchronization method identifier |
| 2042 | * | 2045 | * |
