diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h index 08925691e9..f18b3995bb 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -9729,7 +9729,7 @@ enum hdd_wext_control { * gAutoBmpsTimerValue - Set Auto BMPS Timer value * @Min: 0 * @Max: 120 - * @Default: 5 + * @Default: 30 * * This ini is used to set Auto BMPS Timer value in seconds * @@ -9744,7 +9744,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 (5) +#define CFG_AUTO_PS_ENABLE_TIMER_DEFAULT (30) #ifdef WLAN_ICMP_DISABLE_PS /*