diff options
| author | Ganesh Kondabattini <ganeshk@qti.qualcomm.com> | 2014-06-06 16:02:37 +0530 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-06-11 12:23:28 -0700 |
| commit | ca74728f45e1e618a637b0657cd5ec0e90e083ec (patch) | |
| tree | 88c089c8b397c09f881c14b8639bd063aa69e0cc | |
| parent | ae3ad413d279155016f5c93f0e7dcdb55b09198c (diff) | |
qcacld: set the value gScanResultAgeCount to 1
set the value gScanResultAgeCount to 1 so that the stale entries
will be removed quickly from the scan results.
Change-Id: I97b5f405680295435c9432c059ab72c642d9c8a0
CRs-Fixed: 675281
| -rwxr-xr-x | firmware_bin/WCNSS_qcom_cfg.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware_bin/WCNSS_qcom_cfg.ini b/firmware_bin/WCNSS_qcom_cfg.ini index 32630cf7f0a4..13490c3c53d2 100755 --- a/firmware_bin/WCNSS_qcom_cfg.ini +++ b/firmware_bin/WCNSS_qcom_cfg.ini @@ -423,6 +423,9 @@ gEnableActiveModeOffload=1 #If Set to 0 it will not enable the feature gScanAgingTime=0 +#Enable Scan Results Aging based on number of scans +gScanResultAgeCount=1 + #Enable Power saving mechanism Based on Android Framework #If set to 0 Driver internally control the Power saving mechanism #If set to 1 Android Framwrok control the Power saving mechanism |
