diff options
| author | Padma, Santhosh Kumar <skpadma@qti.qualcomm.com> | 2016-07-04 12:14:58 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-07-05 16:44:17 +0530 |
| commit | 29a318b70d1af9190088c38537786bf2cdcda7fe (patch) | |
| tree | c038d2e42a26e6eb8536df485cd4c97030561869 | |
| parent | 5c4de8438024e0d46b9acc36351d20db94037fe0 (diff) | |
qcacld-2.0: Add BSSID entry even if mismatch is seen
If there is a mismatch in channel number present in BD and
Beacon/probe response, corresponding BSSID entry is not added in
scan cache. This can result in reconnection failure. If the entry
is not present then add this entry even in case of mismatch.
Change-Id: Id8c45ff88731288144fe39f5da56748f403dfdb7
CRs-Fixed: 1036988
| -rw-r--r-- | CORE/MAC/src/pe/lim/limScanResultUtils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CORE/MAC/src/pe/lim/limScanResultUtils.c b/CORE/MAC/src/pe/lim/limScanResultUtils.c index 09ec15a768e1..e482609ef8e7 100644 --- a/CORE/MAC/src/pe/lim/limScanResultUtils.c +++ b/CORE/MAC/src/pe/lim/limScanResultUtils.c @@ -819,9 +819,6 @@ limLookupNaddHashEntry(tpAniSirGlobal pMac, } } - if ((false == found) && dontUpdateAll) - return eHAL_STATUS_FAILURE; - //for now, only rssi, we can add more if needed if ((action == LIM_HASH_UPDATE) && dontUpdateAll && rssi && rssi_raw) { |
