]> git.karo-electronics.de Git - linux-beck.git/commit
mwifiex: fix AP VHT behaviour
authorGanapathi Bhat <gbhat@marvell.com>
Fri, 9 Oct 2015 11:26:33 +0000 (04:26 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 14 Oct 2015 11:22:06 +0000 (14:22 +0300)
commit505c5cb82ddf0fb6a88d1fc2fbf2386133a9ffcd
treea3408f436eac9fe5de3dbd51cd0ef33fc2be5cac
parent46dbe2476c93026b20ddf36c6995e678bd867000
mwifiex: fix AP VHT behaviour

Even if hostapd configuration file contains VHT parameters,
they were not getting reflected in beacons. The reason is
we are resetting them before starting AP. This patch removes
redundant BSS_STOP and SYS_RESET firmware commands before
starting AP to fix the problem.

Signed-off-by: Ganapathi Bhat <gbhat@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/uap_cmd.c