android_kernel_xiaomi_sm8350/core/sme
Jianmin Zhu 36626e4fad qcacld-3.0: Fix SAP force scc failed after STA channel switch
After STA channel switch, when SAP try to force scc with STA,
race condition issue happens sometimes between mc thread and sap
restart thread, hdd_ctx->roaming_in_progress isn't cleared when
check roaming status in hdd_softap_set_channel_change, so channel
switch failed.

Fix: change order, make sure hdd_set_roaming_in_progress(false)
happens before policy_mgr_check_concurrent_intf_and_restart_sap.

Change-Id: I1146eb665941fe0beb8f6165272f32ac8f7e74f2
CRs-Fixed: 2549571
2019-10-24 09:13:06 -07:00
..
inc qcacld-3.0: Send the vdev create to firmware in the caller thread 2019-10-23 03:46:29 -07:00
src qcacld-3.0: Fix SAP force scc failed after STA channel switch 2019-10-24 09:13:06 -07:00