summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadma, Santhosh Kumar <skpadma@qti.qualcomm.com>2016-07-04 12:14:58 +0530
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2016-07-05 13:14:06 +0530
commitbdbbf24368454c54df6f1d419766143da29f0709 (patch)
treec038d2e42a26e6eb8536df485cd4c97030561869
parentb29954eb11384e47c1f96bef4212ba79508af8f7 (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.c3
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)
{