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
这个提交包含在:
Jyoti Kumari
2023-09-26 17:30:56 +05:30
提交者 Rahul Choudhary
父节点 6278e3dbbc
当前提交 d14e4dcaa0

查看文件

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