This patch series adds DFS support for mwifiex AP. Series include patches to handle cfg80211 start_radar_detection and channel_switch handlers. First 5 patches are actually refactoring effort. Patch6-10 add these handlers and other DFS handling. Avinash Patil (10): mwifiex: do not send regulatory update while starting AP mwifiex: store AP configuration in private structure mwifiex: update IEs after AP has started mwifiex: refactor start_ap handler mwifiex: separate function for parsing head and tail IEs mwifiex: add cfg80211 start_radar_detection handler mwifiex: support for channel report for radar detection mwifiex: handle radar detect event from FW mwifiex: channel switch support for mwifiex mwifiex: 11h handling for AP interface drivers/net/wireless/mwifiex/11h.c | 196 +++++++++++++++++++++++- drivers/net/wireless/mwifiex/cfg80211.c | 232 +++++++++++++++++++++-------- drivers/net/wireless/mwifiex/decl.h | 11 ++ drivers/net/wireless/mwifiex/fw.h | 58 ++++++++ drivers/net/wireless/mwifiex/ie.c | 89 ++++++----- drivers/net/wireless/mwifiex/init.c | 3 + drivers/net/wireless/mwifiex/main.c | 2 +- drivers/net/wireless/mwifiex/main.h | 31 +++- drivers/net/wireless/mwifiex/sta_cmd.c | 4 + drivers/net/wireless/mwifiex/sta_cmdresp.c | 2 + drivers/net/wireless/mwifiex/sta_event.c | 10 ++ drivers/net/wireless/mwifiex/uap_cmd.c | 70 +++++++++ drivers/net/wireless/mwifiex/uap_event.c | 8 + 13 files changed, 619 insertions(+), 97 deletions(-) -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html