qcacld-3.0: Restore dual sta config after SSR

Save dual sta configuration in hdd context and
restore it after SSR. This allows driver STA + STA
connection in MCC/SCC.

Change-Id: Ia8bb8c845f0f76e7ce41ff32ab0a3bc6d5111018
CRs-Fixed: 2998225
This commit is contained in:
abhinav kumar
2021-07-29 16:49:49 +05:30
committed by Madan Koyyalamudi
parent 89f3ce30ab
commit a0e112969b
5 changed files with 65 additions and 3 deletions

View File

@@ -244,6 +244,7 @@ QDF_STATUS wlan_mlme_set_dual_sta_policy(struct wlan_objmgr_psoc *psoc,
mlme_obj->cfg.gen.dual_sta_policy.concurrent_sta_policy =
dual_sta_config;
mlme_debug("Set dual_sta_config to :%d", dual_sta_config);
return QDF_STATUS_SUCCESS;
}