mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
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>
This commit is contained in:
parent
f0d29cb979
commit
2cedd87960
2 changed files with 18 additions and 0 deletions
|
@ -2037,6 +2037,9 @@ enum ieee80211_tdls_actioncode {
|
|||
/* TDLS specific payload type in the LLC/SNAP header */
|
||||
#define WLAN_TDLS_SNAP_RFTYPE 0x2
|
||||
|
||||
/* BSS Coex IE information field bits */
|
||||
#define WLAN_BSS_COEX_INFORMATION_REQUEST BIT(0)
|
||||
|
||||
/**
|
||||
* enum - mesh synchronization method identifier
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue