commit | 9e4f4089588f46806e16b8fb7da5eecb5ad787fa | [log] [tgz] |
---|---|---|
author | Masti, Narayanraddi <c_nmasti@qti.qualcomm.com> | Sat Oct 17 16:05:15 2015 +0530 |
committer | Satyanarayana Dash <sadash@codeaurora.org> | Wed Dec 16 13:49:16 2015 +0530 |
tree | 9359f4dea32243e72dcb0c6572bd95c855727db6 | |
parent | 0496a522dc10cb0c473b7e226f72a0eb94458d5a [diff] |
wlan: hold mutex lock before accessing tdls peer Currently, mutex lock is not taken before accessing tdls peer list and due to pre-emption if peer is freed in other context then it would lead to crash. Fix is to ensure that lock is taken before accessing tdls peer list. Change-Id: Id5c0043e6a1ecd96c8afe055754527a776d9e5c1 CRs-Fixed: 925278