commit | 505c5cb82ddf0fb6a88d1fc2fbf2386133a9ffcd | [log] [tgz] |
---|---|---|
author | Ganapathi Bhat <gbhat@marvell.com> | Fri Oct 09 04:26:33 2015 -0700 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Oct 14 14:22:06 2015 +0300 |
tree | a3408f436eac9fe5de3dbd51cd0ef33fc2be5cac | |
parent | 46dbe2476c93026b20ddf36c6995e678bd867000 [diff] |
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>