commit | 8eb1d7af537fe58c839876fd297b5459f6bcff36 | [log] [tgz] |
---|---|---|
author | Padma, Santhosh Kumar <skpadma@qti.qualcomm.com> | Fri Jul 31 11:35:53 2015 +0530 |
committer | Satyanarayana Dash <sadash@codeaurora.org> | Sat Aug 01 17:31:47 2015 +0530 |
tree | af52660906eaad035d944765a768f5235b2f6b6a | |
parent | ca5dc79ab7dba984a5f101c5a6f4d581df0636d3 [diff] |
prima: Fix reset variable abortScan When abort scan is requested in between finish scan request and its response, variable abortScan is set in limProcessAbortScanInd which is not cleared even after the completion of current scan. Because of this, next scan is aborted during limProcessInitScanRsp. Fix this by clearing variable abortScan if it is set during limProcessFinishScanRsp. Change-Id: If1f85bf82aff2e4f877d6c53a30d8c218ce541e4 CRs-Fixed: 882723