commit | d2b0c735ebac0f0d9746305b40806693d3092f57 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Fri Dec 04 06:13:03 2015 -0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Dec 11 13:24:11 2015 +0200 |
tree | 42123adb3efab16b313a22078c832aa83f5f91af | |
parent | d5556e87610e45e586b1bdf6653920b543083653 [diff] |
mwifiex: handle start AP error paths correctly It's been observed that even if firmware returns an error for a configuration command, we go ahead and start AP. This patch changes the command type from async to sync so that threads waits for command response and return failure start AP. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>