From b1031cab6978b295ef69239b7712843935c6c901 Mon Sep 17 00:00:00 2001 From: yeshwanth sriram guntuka Date: Mon, 22 May 2017 17:36:44 +0530 Subject: msm8996-common: wifi: Enable scan aging time ini parameter Stale scan entries are updated to NL because scan results are not aged out in PNO complete handler. Fix is to enable scan aging time ini. Change-Id: I2a1a6d0d1e3a37a013b1e044301d857bc7ce062c CRs-Fixed: 2047214 Signed-off-by: Alex Naidis Signed-off-by: Davide Garberi --- wifi/WCNSS_qcom_cfg.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 6110fd7..9b5fd09 100755 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -412,7 +412,7 @@ gEnableActiveModeOffload=1 #Enable Scan Results Aging based on timer #Timer value is in seconds #If Set to 0 it will not enable the feature -gScanAgingTime=0 +gScanAgingTime=30 #Enable Scan Results Aging based on number of scans gScanResultAgeCount=1 -- cgit v1.2.3