diff options
| -rw-r--r-- | core/hdd/inc/wlan_hdd_cfg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h index 2c9eb8082c06..64b6d41cb57a 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -11280,7 +11280,7 @@ enum restart_beaconing_on_ch_avoid_rule { * gAutoBmpsTimerValue - Set Auto BMPS Timer value * @Min: 0 * @Max: 120 - * @Default: 5 + * @Default: 0 * * This ini is used to set Auto BMPS Timer value in seconds * @@ -11295,7 +11295,7 @@ 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 (5) +#define CFG_AUTO_PS_ENABLE_TIMER_DEFAULT (0) #ifdef WLAN_ICMP_DISABLE_PS /* |
