android_kernel_xiaomi_sm8350/core/cds
Arunk Khandavalli fbc1ef059c qcacld-3.0: cds_sched close should not invoked as part of startup failure
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
2017-04-11 11:17:06 -07:00
..
inc qcacld-3.0: Fix channel weight in sap_sort_chl_weight_all 2017-04-11 04:16:40 -07:00
src qcacld-3.0: cds_sched close should not invoked as part of startup failure 2017-04-11 11:17:06 -07:00