qcacmn: Modify default value of last_scan_ageout_time

Currently, default value of last_scan_ageout_time ini is 0 sec.
Modify it to 30 sec to avoid dependency on userspace
configuration.

Change-Id: If0d00c98950a0c20f22ee73d01e4442bd0d677c0
CRs-Fixed: 3625696
This commit is contained in:
Jyoti Kumari
2023-09-26 17:30:56 +05:30
committed by Rahul Choudhary
parent 6278e3dbbc
commit d14e4dcaa0

View File

@@ -1482,7 +1482,7 @@ enum scan_mode_6ghz {
"last_scan_ageout_time", \ "last_scan_ageout_time", \
0, \ 0, \
30000, \ 30000, \
0, \ 30000, \
CFG_VALUE_OR_DEFAULT, \ CFG_VALUE_OR_DEFAULT, \
"last scan ageout time") "last scan ageout time")
#define CFG_SCAN_ALL \ #define CFG_SCAN_ALL \