commit | ca8e432fdf269ed12217d42cfa86a1e4b87c8199 | [log] [tgz] |
---|---|---|
author | mukul sharma <mukul@qti.qualcomm.com> | Mon Jul 20 18:33:43 2015 +0530 |
committer | Satyanarayana Dash <sadash@codeaurora.org> | Wed Jul 22 18:41:18 2015 +0530 |
tree | e395407996ed89af46fd1612fe41aeb945291452 | |
parent | 16c12ad368179a90172cf95920ad4aaae61f99a6 [diff] |
wlan: Prevent csr list corruption HDD is calling sme_GetFramesLog / sme_SpoofMacAddrReq without acquiring the sme global lock. These API are calling csrQueueSmeCommand to enqueue the command into csr roam pending list without acquiring any lock. This will corrupt the roam pending list. As a part of this host HDD will acquire the sme global lock. Change-Id: I93eb6db30590b842021f4c29eda955e2f7ee0da5 CRs-Fixed: 875726