diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-02-11 14:27:08 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-02-15 09:41:42 +0100 |
commit | c6f9d6c3bdeb337809d667ef2a41597229a1ce57 (patch) | |
tree | 5f41f47355effdfb7cd37e43c29bf698a78296fc /include | |
parent | a50df0c4c0d97170a6c43573612acacc43e62fe7 (diff) | |
download | linux-stable-c6f9d6c3bdeb337809d667ef2a41597229a1ce57.tar.gz linux-stable-c6f9d6c3bdeb337809d667ef2a41597229a1ce57.tar.bz2 linux-stable-c6f9d6c3bdeb337809d667ef2a41597229a1ce57.zip |
mac80211: advertise operating mode notification capability
Use the new extended capabilities advertising to advertise
the fact that operating mode notification is supported.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ieee80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index e085fcf52b26..7e24fe0cfbcd 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1776,6 +1776,8 @@ enum ieee80211_tdls_actioncode { #define WLAN_EXT_CAPA5_TDLS_ENABLED BIT(5) #define WLAN_EXT_CAPA5_TDLS_PROHIBITED BIT(6) +#define WLAN_EXT_CAPA8_OPMODE_NOTIF BIT(6) + /* TDLS specific payload type in the LLC/SNAP header */ #define WLAN_TDLS_SNAP_RFTYPE 0x2 |