diff options
author | Arik Nemtsov <arik@wizery.com> | 2015-06-10 13:42:59 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-07-17 09:38:11 -0400 |
commit | b98fb44ffceeac717789e8f2fb3497e6b8c5c65b (patch) | |
tree | ee998972f041fa9bae44bbd94119a9d356a7b62e /net/mac80211/debugfs.c | |
parent | 7584f88f9e30d36c2c1041831121f1cd3a194bf1 (diff) |
mac80211: define TDLS wider BW support bits
Allow a device to specify support for the TDLS wider-bandwidth feature.
Indicate this support during TDLS setup in the ext-capab IE and set an
appropriate station flag when our TDLS peer supports it.
This feature gives TDLS peers the ability to use a wider channel than
the base width of the BSS. For instance VHT capable TDLS peers connected
on a 20MHz channel can extend the channel to 80MHz, if regulatory
considerations allow it.
Do not cap the bandwidth of such stations by the current BSS channel width
in mac80211.
Signed-off-by: Arik Nemtsov <arikx.nemtsov@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/debugfs.c')
-rw-r--r-- | net/mac80211/debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/debugfs.c b/net/mac80211/debugfs.c index 2c79d777f0e4..ced6bf3be8d6 100644 --- a/net/mac80211/debugfs.c +++ b/net/mac80211/debugfs.c | |||
@@ -122,6 +122,7 @@ static const char *hw_flag_names[NUM_IEEE80211_HW_FLAGS + 1] = { | |||
122 | FLAG(CHANCTX_STA_CSA), | 122 | FLAG(CHANCTX_STA_CSA), |
123 | FLAG(SUPPORTS_CLONED_SKBS), | 123 | FLAG(SUPPORTS_CLONED_SKBS), |
124 | FLAG(SINGLE_SCAN_ON_ALL_BANDS), | 124 | FLAG(SINGLE_SCAN_ON_ALL_BANDS), |
125 | FLAG(TDLS_WIDER_BW), | ||
125 | 126 | ||
126 | /* keep last for the build bug below */ | 127 | /* keep last for the build bug below */ |
127 | (void *)0x1 | 128 | (void *)0x1 |