Merge "qcacld-3.0: Set neighbor scan channel max time to 40 msec as default" into wlan-cld3.driver.lnx.2.0

This commit is contained in:
CNSS_WLAN Service
2019-07-10 20:48:38 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1427,7 +1427,7 @@
* gNeighborScanChannelMaxTime - Set neighbor scan channel max time
* @Min: 3
* @Max: 300
* @Default: 30
* @Default: 40
*
* This ini is used to set the maximum time in secs spent on each
* channel in LFR scan inside firmware.
@@ -1444,7 +1444,7 @@
"gNeighborScanChannelMaxTime", \
3, \
300, \
30, \
40, \
CFG_VALUE_OR_DEFAULT, \
"Neighbor scan channel max time")