diff options
author | Avinash Patil <patila@marvell.com> | 2014-02-08 04:30:34 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-13 00:36:21 +0400 |
commit | 1f4dfd8a1e911cd9e12994cd7cc1180e94ee1bc5 (patch) | |
tree | fd3b2dbd0b02d75e55a9da35da611c31df578357 /drivers/net/wireless/mwifiex/main.h | |
parent | e48e0de0053f077dc8a98e1e06019024e93bb866 (diff) | |
download | linux-1f4dfd8a1e911cd9e12994cd7cc1180e94ee1bc5.tar.xz |
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/main.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index d35c9950efba..c8c30a4c9a73 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h @@ -529,6 +529,7 @@ struct mwifiex_private { unsigned long csa_expire_time; u8 del_list_idx; bool hs2_enabled; + struct station_parameters *sta_params; }; enum mwifiex_ba_status { |