android_kernel_xiaomi_sm8350/core/pld
Jingxiang Ge 19042f697f qcacld-3.0: Reject Vdev trans when driver in unloading/recovering
Previously vdev trans will be rejected if psoc in trans. but
it causes issue when __hdd_psoc_idle_shutdown is in psoc trans,
if ifconfig comes here, the ifconfig will fail.

Add checking if psoc trans in driver recovering and unloading,
if yes, it will be safe to reject vdev trans, otherwise, we should
let vdev trans waiting for psoc trans.

At the same time, we also need to make sure driver state has been
set before psoc trans when unloading.

Change-Id: Ic47eebef76b8eadc90780b74f75d4ebef73b822d
CRs-Fixed: 2601435
2020-01-20 12:31:40 -08:00
..
inc qcacld-3.0: Add PLD layer for iWCN architecture 2020-01-17 08:52:59 -08:00
src qcacld-3.0: Reject Vdev trans when driver in unloading/recovering 2020-01-20 12:31:40 -08:00