diff options
| author | Dustin Brown <dustinb@codeaurora.org> | 2017-02-02 14:07:19 -0800 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2017-02-02 16:48:53 -0800 |
| commit | 4ebbd3429a76649622d7e9f66d336f2c2e6b0488 (patch) | |
| tree | 7cc162ceab9119b9240e2c2b80c8676d4bef2585 | |
| parent | a09253fe656904c8ad1da4dbf050b38587ea0c83 (diff) | |
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
| -rw-r--r-- | core/hdd/inc/wlan_hdd_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ /* |
