cds_sched_open is invoked as part of hdd_wlan_start_modules and in case of failure the cds_sched_close depending on the driver_State should be closed as part of hdd_wlan_start_modules failure. When the driver loads during the low memory condtion and if there is any failure in the hif_open or cds_open start_modules returns failure and as part of the failure cleanup cds_sched_close is getting invoked which is waiting on completion for couple of events which will not be set. To mitigate the issue donnot invoke the cds_sched_close clean up during the startup. Change-Id: I51c67e7c723a06a8270c424f7e16ea45c6cd4012 CRs-Fixed: 2019986 |
||
---|---|---|
.. | ||
inc | ||
src |