qcacld-3.0: Do not disable Roaming if multiple STA are active
Do not disable Roaming if multiple STA are active, individual STA session are controlled by adapter->fast_roaming_allowed. Change-Id: Ic979f4addd3b9e4f940291817c9a797302e3ac66 CRs-Fixed: 1104238
Этот коммит содержится в:

коммит произвёл
snandini

родитель
68c952c716
Коммит
418d308c01
@@ -1016,8 +1016,7 @@ static void csr_neighbor_roam_info_ctx_init(
|
||||
/* Initialize all the data structures needed for the 11r FT Preauth */
|
||||
ngbr_roam_info->FTRoamInfo.currentNeighborRptRetryNum = 0;
|
||||
csr_neighbor_roam_purge_preauth_failed_list(pMac);
|
||||
if (!policy_mgr_is_multiple_active_sta_sessions(pMac->psoc) &&
|
||||
csr_roam_is_roam_offload_scan_enabled(pMac)) {
|
||||
if (csr_roam_is_roam_offload_scan_enabled(pMac)) {
|
||||
/*
|
||||
* If this is not a INFRA type BSS, then do not send the command
|
||||
* down to firmware.Do not send the START command for
|
||||
|
Ссылка в новой задаче
Block a user