prima: Protect pHashTable with lock

Functions limIsDeauthDiassocForDrop in Rx thread context
and peDeleteSession in MC thread context can access variable
pHashTable simulataneously. This can lead to crash as memory
for pHashTable can be deleted in MC thread context and the
same can be referenced in Rx thread context. Fix this by
protecting usage of pHashTable with a lock.

Change-Id: If6346f4cf5b2a2386a8866e03b9a9fbcb514e78e
CRs-Fixed: 906431
2 files changed
tree: 2211f8c21fa37da992139fc89ddb328d097e214c
  1. CORE/
  2. firmware_bin/
  3. riva/
  4. Android.mk
  5. Kbuild
  6. Kconfig
  7. Makefile