dc3900f053c6e520c76acc7ad804561c163c6324

There are two issue in the driver during SSR: 1. Currently in driver if SSR happens in SAP mode and during re-probe if any pending acs delayed work is scheduled, it results in NULL pointer access at sap_init_dfs_channel_nol_list api as pdev is not initialized yet. 2. disconnection_status_lock is not getting initialized for SAP interface and this is getting used inside hdd_set_disconnect_status api which is getting invoked for all interfaces at reset all adapters during SSR shutdown, which results in uninitialized lock access. To address these issue below measures are taken care: 1. Add SSR protection for pending acs and flush pending acs delayed work during SSR shutdown. 2. During SSR shutdown don't invoke hdd_set_disconnect_status api for SAP interface. Change-Id: I5181deffed28ecbc5708f970c9ca7f8ad2241011 CRs-fixed: 2379280
This is CNSS WLAN Host Driver for products starting from iHelium
Beschreibung
Sprachen
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%