diff options
| author | Service qcabuildsw <qcabuildsw@localhost> | 2016-12-27 12:00:08 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-27 12:00:08 -0800 |
| commit | 77b53a25552149c2b549f7e206889cd245378264 (patch) | |
| tree | dd540fefaf2ab43140c4fe3891a6a3418047babc | |
| parent | b699a6b92ceacc479328f15c48be64dbeb8ec62e (diff) | |
| parent | 21c1a2828478ee28a5e39d8cf1d760723ecccea2 (diff) | |
Merge "qcacld-3.0: Do not disable Roaming if multiple STA are active" into wlan-cld3.driver.lnx.1.1-dev
| -rw-r--r-- | core/sme/src/csr/csr_neighbor_roam.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/sme/src/csr/csr_neighbor_roam.c b/core/sme/src/csr/csr_neighbor_roam.c index 43f75ef84458..fe4a92ba9fd4 100644 --- a/core/sme/src/csr/csr_neighbor_roam.c +++ b/core/sme/src/csr/csr_neighbor_roam.c @@ -1045,8 +1045,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 (!cds_is_multiple_active_sta_sessions() && - 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 |
