diff options
author | Avinash Patil <patila@marvell.com> | 2014-01-09 15:22:57 -0800 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-01-10 09:42:10 +0100 |
commit | 852c0153df5082311f50c062275813905f39f56e (patch) | |
tree | 198ebc35c541b7f9ecfc46ebb9ce5efa5730673f /include/linux/ieee80211.h | |
parent | f5aa0d21dd5ada040ff42b4d40357285e4ace441 (diff) | |
download | talos-obmc-linux-852c0153df5082311f50c062275813905f39f56e.tar.gz talos-obmc-linux-852c0153df5082311f50c062275813905f39f56e.zip |
ieee80211: add definition for TDLS wide band extended capability
Seventh bit of 8th byte of extended capabilities specifies wide
bandwidth support for TDLS links. Add this definition to ieee80211.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 776cbb80d098..b382c7c49d84 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1902,6 +1902,7 @@ enum ieee80211_tdls_actioncode { #define WLAN_EXT_CAPA5_TDLS_PROHIBITED BIT(6) #define WLAN_EXT_CAPA8_OPMODE_NOTIF BIT(6) +#define WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED BIT(7) /* TDLS specific payload type in the LLC/SNAP header */ #define WLAN_TDLS_SNAP_RFTYPE 0x2 |