commit | 4685ddd863bf77a4940c6e9010cb352d60c1e2cc | [log] [tgz] |
---|---|---|
author | Masti, Narayanraddi <c_nmasti@qti.qualcomm.com> | Tue Mar 15 15:17:37 2016 +0530 |
committer | Satyanarayana Dash <sadash@codeaurora.org> | Mon Mar 28 18:03:56 2016 +0530 |
tree | 364dc5c0d404332b5d9d9fa04d02c2e234b1cc1d | |
parent | 2d54cfa84a1ea9c488e9f3eafcd7c622f09cc9af [diff] |
wlan: Fix crash in wlan_hdd_tdls_check_power_save_prohibited Due to pre-emption there could be probability that tdls context is accessed in wlan_hdd_tdls_check_power_save_prohibited after its released. This will result in kernel panic. To Fix: protect tdls context with mutex lock before accessing Change-Id: I33369320de5b0aadae661d7d27fbc5ba18e9e409 CRs-Fixed: 990645