mwifiex: set channel via start_ap handler for AP interface
authorAvinash Patil <patila@marvell.com>
Fri, 15 Jun 2012 19:21:51 +0000 (12:21 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 20 Jun 2012 18:45:36 +0000 (14:45 -0400)
commit0abd79e5a87319f0710c8db2ef2a2c5c6479c32b
treed939ad031862cca6676b3f0423d543e0d5b8bbc4
parent29a6b508569cc1d04884d3140ccb5973dd7d91fa
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>
drivers/net/wireless/mwifiex/cfg80211.c
drivers/net/wireless/mwifiex/main.h
drivers/net/wireless/mwifiex/uap_cmd.c