summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManikandan Mohan <manikand@qca.qualcomm.com>2015-05-17 17:13:25 -0700
committerAnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com>2015-05-19 15:58:24 +0530
commit3762e01dcd65b07620bc3df497555f1bf011edac (patch)
tree3f7931a8bdfc1333cf1531e17cdb4fc0aa6050c4
parent4956a387813507fc605b1a38df68ab6258fc338a (diff)
qcacld: Fix ACS for null scan result
Fix regression for ACS in clean environment with null scan result. CRs-fixed: 839400 Change-Id: I6b99fea4c189245362ea5fe99eb1f01109870d58
-rw-r--r--CORE/SAP/src/sapApiLinkCntl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/SAP/src/sapApiLinkCntl.c b/CORE/SAP/src/sapApiLinkCntl.c
index 1a7f66a7dbd9..2030527c28b2 100644
--- a/CORE/SAP/src/sapApiLinkCntl.c
+++ b/CORE/SAP/src/sapApiLinkCntl.c
@@ -466,6 +466,7 @@ WLANSAP_PreStartBssAcsScanCallback
/*
* Valid Channel Found from scan results.
*/
+ psapContext->acs_cfg->pri_ch = operChannel;
psapContext->channel = operChannel;
sap_config_acs_result(halHandle, psapContext,
psapContext->acs_cfg->ht_sec_ch);