diff options
author | Avinash Patil <patila@marvell.com> | 2014-02-07 16:30:34 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-12 15:36:21 -0500 |
commit | 1f4dfd8a1e911cd9e12994cd7cc1180e94ee1bc5 (patch) | |
tree | fd3b2dbd0b02d75e55a9da35da611c31df578357 /drivers/net/wireless/mwifiex/fw.h | |
parent | e48e0de0053f077dc8a98e1e06019024e93bb866 (diff) | |
download | blackbird-op-linux-1f4dfd8a1e911cd9e12994cd7cc1180e94ee1bc5.tar.gz blackbird-op-linux-1f4dfd8a1e911cd9e12994cd7cc1180e94ee1bc5.zip |
mwifiex: add cfg80211 change_station handler support
This patch adds cfg80211 change_station handler support for mwifiex
which is needed for TDLS link setup. Driver creates a command to
modify peer link capabilities and issues command to FW.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/fw.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/fw.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/fw.h b/drivers/net/wireless/mwifiex/fw.h index 3180fc6b7c6d..8c119bc93899 100644 --- a/drivers/net/wireless/mwifiex/fw.h +++ b/drivers/net/wireless/mwifiex/fw.h @@ -1391,6 +1391,11 @@ struct mwifiex_ie_types_extcap { u8 ext_capab[0]; } __packed; +struct mwifiex_ie_types_qos_info { + struct mwifiex_ie_types_header header; + u8 qos_info; +} __packed; + struct host_cmd_ds_mac_reg_access { __le16 action; __le16 offset; |