diff options
author | yeshwanth sriram guntuka <ysriramg@codeaurora.org> | 2017-05-22 17:36:44 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-11-24 19:41:01 +0100 |
commit | b1031cab6978b295ef69239b7712843935c6c901 (patch) | |
tree | de18ea8af696d8584dbfcbce9c0d5a85cd7a055f /wifi | |
parent | 7965ff2324ee6f311f7098748a51ac0f1048fb73 (diff) |
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 <alex.naidis@linux.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'wifi')
-rwxr-xr-x | wifi/WCNSS_qcom_cfg.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 |