On vdev response timer expire, memory allocated for vdev request will be freed in the timer handler(wma_vdev_resp_timer). But there can be a race condition where wlan shutdown is invoked at the same time, where host tried to cleanup unhandled vdev requests by calling same timer handler. To mitigate this issue don't free the memory if vdev request is not found(as other thread freed memory by this time) Change-Id: Iea214f0ed3acb9600b5a3b84b5740c1b496719d9 CRs-Fixed: 2049673 |
||
---|---|---|
.. | ||
bmi | ||
cds | ||
dp | ||
hdd | ||
mac | ||
pld | ||
sap | ||
sme | ||
wma |