From 4ebbd3429a76649622d7e9f66d336f2c2e6b0488 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Thu, 2 Feb 2017 14:07:19 -0800 Subject: qcacld-3.0: Change keep-alive default to 90s Currently the default keep-alive interval is 30s. From testing we know 90s works just as well. Change the default keep-alive interval to 90s, up from 30s, for additional power savings. Change-Id: If6eda06447a459e2803a4919f46cf1e57c93670f CRs-Fixed: 2001156 --- core/hdd/inc/wlan_hdd_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h index 0927c54c2cac..05fa2f9c8d9b 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -2104,7 +2104,7 @@ typedef enum { #define CFG_INFRA_STA_KEEP_ALIVE_PERIOD_NAME "gStaKeepAlivePeriod" #define CFG_INFRA_STA_KEEP_ALIVE_PERIOD_MIN (0) #define CFG_INFRA_STA_KEEP_ALIVE_PERIOD_MAX (65535) -#define CFG_INFRA_STA_KEEP_ALIVE_PERIOD_DEFAULT (30) +#define CFG_INFRA_STA_KEEP_ALIVE_PERIOD_DEFAULT (90) /* WMM configuration */ /* -- cgit v1.2.3