commit | 38ef5e01b6eb2712a5eb6a6e1e637c5cf535dbb3 | [log] [tgz] |
---|---|---|
author | Sachin Ahuja <sahuja@qti.qualcomm.com> | Fri Mar 13 17:31:16 2015 +0530 |
committer | Satyanarayana Dash <c_sadash@qti.qualcomm.com> | Mon Mar 16 16:43:16 2015 +0530 |
tree | 316379311c9138e2b2c076e24431de6fd0899ab6 | |
parent | e2bb784187301ea64e246af4e2b6a43cb8b1ace1 [diff] |
wlan: Reset LoadUnloadInProgress flag in FTM mode. Currently in FTM mode, pHddCtx->isLoadUnloadInProgress is set during the driver load and it is not reset once the driver is loaded successfully.Because of this any ioctl issued will be failed as ioctl has check for load/unload in progress. To resolve this issue, isLoadUnloadInProgress flag is reset once the driver is loaded successfully in FTM mode. Change-Id: Ic01506dd313dd2b70604acae5de85e0808dd54f3 CRs-Fixed: 806556