summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/hdd/inc/wlan_hdd_cfg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h
index 5e1f974b42dc..edcd032402da 100644
--- a/core/hdd/inc/wlan_hdd_cfg.h
+++ b/core/hdd/inc/wlan_hdd_cfg.h
@@ -11368,8 +11368,8 @@ enum restart_beaconing_on_ch_avoid_rule {
* <ini>
* gAutoBmpsTimerValue - Set Auto BMPS Timer value
* @Min: 0
- * @Max: 120
- * @Default: 90
+ * @Max: 1000
+ * @Default: 600
*
* This ini is used to set Auto BMPS Timer value in seconds
*
@@ -11383,8 +11383,8 @@ enum restart_beaconing_on_ch_avoid_rule {
*/
#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 (90)
+#define CFG_AUTO_PS_ENABLE_TIMER_MAX (1000)
+#define CFG_AUTO_PS_ENABLE_TIMER_DEFAULT (600)
#ifdef WLAN_ICMP_DISABLE_PS
/*