commit | a9adbcb3355c31faf4274932f513f19225b61747 | [log] [tgz] |
---|---|---|
author | Avinash Patil <patila@marvell.com> | Fri Mar 13 17:37:51 2015 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Mar 16 18:12:15 2015 +0200 |
tree | 5af7a74ee04a3c42f5782d611e52b1b91c41c24f | |
parent | a3fa71c40f1853d0c27e8f5bc01a722a705d9682 [diff] |
mwifiex: lock main process till reinitialization of vif is over A crash was detected while changing virtual interface type is in progress. This was tracked to race condition in accessing bss_priority table while change is in progress. This patch ensures that main_process and rx_process works are locked while we change virtual interface. Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>