5582448dcad6b4af6bda5e91fc8d538b177fd6dd

Currently, opt_wifi_dp filter reserve and release notification to IPA, is sent in a tasklet context. As QMI calls tend to acquire mutexes, this will cause an assert as we cannot sleep in a tasklet context. To resolve this, WLAN will schedule the notification call in a workqueue before calling into IPA. This change ensures IPA calls from WLAN are not made in an interrupt context. Change-Id: Ic716e14340651db76d7dd7dc216c595c01732ee8 CRs-Fixed: 3492465
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%