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