diff options
author | Avinash Patil <patila@marvell.com> | 2014-02-07 19:30:34 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-12 15:36:21 -0500 |
commit | 1f4dfd8a1e911cd9e12994cd7cc1180e94ee1bc5 (patch) | |
tree | fd3b2dbd0b02d75e55a9da35da611c31df578357 /drivers/net/wireless/mwifiex/main.h | |
parent | e48e0de0053f077dc8a98e1e06019024e93bb866 (diff) |
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 { | |||
529 | unsigned long csa_expire_time; | 529 | unsigned long csa_expire_time; |
530 | u8 del_list_idx; | 530 | u8 del_list_idx; |
531 | bool hs2_enabled; | 531 | bool hs2_enabled; |
532 | struct station_parameters *sta_params; | ||
532 | }; | 533 | }; |
533 | 534 | ||
534 | enum mwifiex_ba_status { | 535 | enum mwifiex_ba_status { |