From deaa781b63a030f04fc1368fa387eb0eafdab609 Mon Sep 17 00:00:00 2001 From: SaidiReddy Yenuga Date: Fri, 2 Sep 2016 18:16:48 +0530 Subject: qcacld-3.0: Modify CFG_INFRA_STA_KEEP_ALIVE_PERIOD_DEFAULT to 30 propagation from qcacld-2.0 to qcacld-3.0 Currently CFG_INFRA_STA_KEEP_ALIVE_PERIOD_DEFAULT is 0 in code and in ini file it is 30. If this parameter is undefined in ini file, then this KEEP alive feature gets disabled. Change CFG_INFRA_STA_KEEP_ALIVE_PERIOD_DEFAULT value to 30 in code. CRs-fixed: 1049206 Change-Id: Iff0933842b13482e9949473a4c8a48bf83230cc1 --- 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 63b2b0f5c05a..9ad137ddbba2 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -582,7 +582,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 (0) +#define CFG_INFRA_STA_KEEP_ALIVE_PERIOD_DEFAULT (30) /* WMM configuration */ #define CFG_QOS_WMM_MODE_NAME "WmmIsEnabled" -- cgit v1.2.3