|
@@ -8131,7 +8131,7 @@ enum hdd_wext_control {
|
|
|
* gAutoBmpsTimerValue - Set Auto BMPS Timer value
|
|
|
* @Min: 0
|
|
|
* @Max: 120
|
|
|
- * @Default: 30
|
|
|
+ * @Default: 90
|
|
|
*
|
|
|
* This ini is used to set Auto BMPS Timer value in seconds
|
|
|
*
|
|
@@ -8146,7 +8146,7 @@ enum hdd_wext_control {
|
|
|
#define CFG_AUTO_PS_ENABLE_TIMER_NAME "gAutoBmpsTimerValue"
|
|
|
#define CFG_AUTO_PS_ENABLE_TIMER_MIN (0)
|
|
|
#define CFG_AUTO_PS_ENABLE_TIMER_MAX (120)
|
|
|
-#define CFG_AUTO_PS_ENABLE_TIMER_DEFAULT (30)
|
|
|
+#define CFG_AUTO_PS_ENABLE_TIMER_DEFAULT (90)
|
|
|
|
|
|
#ifdef WLAN_ICMP_DISABLE_PS
|
|
|
/*
|