diff options
author | Avinash Patil <patila@marvell.com> | 2012-06-15 23:21:51 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-20 22:45:36 +0400 |
commit | 0abd79e5a87319f0710c8db2ef2a2c5c6479c32b (patch) | |
tree | d939ad031862cca6676b3f0423d543e0d5b8bbc4 /drivers/net/wireless/mwifiex/main.h | |
parent | 29a6b508569cc1d04884d3140ccb5973dd7d91fa (diff) | |
download | linux-0abd79e5a87319f0710c8db2ef2a2c5c6479c32b.tar.xz |
mwifiex: set channel via start_ap handler for AP interface
This patch adds functionality to set channel info received from
cfg80211_ap_settings in start_ap handler.
Since set_channel cfg80211 handler has been removed and we need
not explicitely call mwifiex_uap_set_channel(); hence this
function definition is also removed.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Kiran Divekar <dkiran@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, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index 5b32221077c4..512481ea664e 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h @@ -990,7 +990,6 @@ int mwifiex_set_tx_power(struct mwifiex_private *priv, int mwifiex_main_process(struct mwifiex_adapter *); -int mwifiex_uap_set_channel(struct mwifiex_private *priv, int channel); int mwifiex_bss_set_channel(struct mwifiex_private *, struct mwifiex_chan_freq_power *cfp); int mwifiex_get_bss_info(struct mwifiex_private *, |