android_kernel_xiaomi_sm8350/core/hdd
Ashish Kumar Dhanotiya ff833227e5 qcacld-3.0: Reset recovery in progress flag during probe
Currently in driver at load time if probe fails because
of any reason, as part of FW down, recovery in progress
flag is getting set which is getting reset only in re-init
path. Now when probe starts again as this was load time
failure, this flag is set and there are checks at many
places for this flag in driver where we just don't proceed
further if this flag is set.
One such example of such incident is reg_process_master_chan_list
api where regulatory event is not getting processed because this
flag is set.

To resolve this issue reset recovery in progress flag during probe.
There is no harm in resetting the flag during probe as probe start
indicates that FW is ready.

Change-Id: Ib681870f869060f4511563aa3255aeb0eb8f9f12
CRs-Fixed: 2365416
2018-12-25 05:20:56 -08:00
..
inc qcacld-3.0: Remove hdd_wmm_get_uapsd_mask() 2018-12-21 15:15:33 -08:00
src qcacld-3.0: Reset recovery in progress flag during probe 2018-12-25 05:20:56 -08:00