]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: fix AP start problem for newly added interface
authorAmitkumar Karwar <akarwar@marvell.com>
Thu, 16 Jun 2016 13:22:26 +0000 (18:52 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 29 Jun 2016 15:54:02 +0000 (18:54 +0300)
commit8169671917bc1707379b3c19b9397a8678dcbed9
tree7fa69b6b6d877c8f07bbc2dd91f8347b12a3e550
parent192f7f94a0ca0089532538395a0506c0c582286f
mwifiex: fix AP start problem for newly added interface

It's been observed that if interface type is changed from managed to
__ap, AP can be successfully started. But there is a problem if new
ap interface is added.

The problem got resolved after sending appropriate commands to firmware
in add_interface handler.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/cfg80211.c