commit | a87e63df9981f71f57fc1f39775165eb31e115db | [log] [tgz] |
---|---|---|
author | Masti, Narayanraddi <c_nmasti@qti.qualcomm.com> | Mon Oct 05 18:17:39 2015 +0530 |
committer | Satyanarayana Dash <sadash@codeaurora.org> | Wed Oct 07 14:25:50 2015 +0530 |
tree | 5f3d0f58d01317d9e4512d9e75b8823e795e20b2 | |
parent | 789f0639e8740cfcebabf4a14e6d4111b1a8dff0 [diff] |
prima: protect the access of pHddTdlCtx with a mutex. pHddTdlsCtx is getting freed in wlan_hdd_tdls_exit function in kernel worker queue context and it is getting accessed wlan_hdd_check_bmps function in MC thread context. This is leading to crash. To mitigate this issue protecting the access for pHddTdlsCtx with a mutex. Change-Id: If9ea2cca50fd4ffd7740281c76f2ba749c07c07f CRs-Fixed: 917586