mwifiex: update domain_info upon band change in start_ap
authorAvinash Patil <patila@marvell.com>
Mon, 22 Jun 2015 13:36:16 +0000 (19:06 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 21 Jul 2015 13:40:28 +0000 (16:40 +0300)
commit65d48e5971065ccb831a93232d60deb7caa9d7cb
tree59955f28b00fe9689f92b455f511209bc2247dcb
parentb04975970676d797dec434755a14285420a4189f
mwifiex: update domain_info upon band change in start_ap

It was observed that AP beacons would not reflect correct regulatory
information upon starting AP in A band. This was because of missing
AP config band update in set_channel of start_ap. Also we configure 11D
settings info FW only for specific band. So we need to download domain
info to FW even if domain remains unchanged but band is changed.

Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/cfg80211.c
drivers/net/wireless/mwifiex/main.h
drivers/net/wireless/mwifiex/uap_cmd.c
This page took 0.0258429999999999 seconds and 5 git commands to generate.