ad89c765fdb02178d890e13cedb85a22e48478d2

wlan_hdd_sap_pre_cac_success run in the work thread scheduled by sap_pre_cac_work. But hdd_stop_adapter will call cds_flush_work(&hdd_ctx->sap_pre_cac_work); That means the work waits itself to finish. The Fix is to add flag to hdd_stop_adapter to identify the "stop" running in the work handler and skip the "sync" cancel the work self. Change-Id: I875c2f14ffd54272fc9ea0df1cecc6dd1171e310 CRs-Fixed: 2252085
This is CNSS WLAN Host Driver for products starting from iHelium
Kuvaus
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%