commit | f30a2981e883881ff529ccff70e57744eee4d84d | [log] [tgz] |
---|---|---|
author | Hanumantha Reddy Pothula <c_hpothu@qti.qualcomm.com> | Fri May 15 15:02:30 2015 +0530 |
committer | Satyanarayana Dash <c_sadash@qti.qualcomm.com> | Mon May 18 16:50:25 2015 +0530 |
tree | 8bdbd1ddc3c7c452e4cc15c90e7edc34ba356ea1 | |
parent | 9f6aa7ba9f8366350b8c67cf094fcd982c26417d [diff] |
wlan: Initialize SAP lock appropriately. When driver is in bad state (SSR re_init fail) then there is a possibility of accessing uninitialized SAP lock (staInfo_lock) during driver unload. Hence initializing staInfo_lock in WLANSAP_Open(). So that valid lock will be acquired during driver unload. Change-Id: I7c90040305e566a0e0216558e1280fdc692bc8a3 CRs-Fixed: 837474