From bc403beef4b50c99e648576345035ebc097b43c9 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Dhanotiya Date: Wed, 15 Mar 2017 14:23:54 +0530 Subject: qcacld-3.0: Decrease default waiting timer value for interface up Currently default waiting timer value is 100 sec which is too large, change the timer value to 15 sec. Change-Id: If116f9ace2e2c0c41438c4be9c9fa834ae9e4a60 CRs-Fixed: 2019739 --- 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 d2cb3bed5101..dd43dde6758e 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -1833,7 +1833,7 @@ typedef enum { #define CFG_INTERFACE_CHANGE_WAIT_NAME "gInterfaceChangeWait" #define CFG_INTERFACE_CHANGE_WAIT_MIN (10) #define CFG_INTERFACE_CHANGE_WAIT_MAX (500000) -#define CFG_INTERFACE_CHANGE_WAIT_DEFAULT (100000) +#define CFG_INTERFACE_CHANGE_WAIT_DEFAULT (15000) /* * -- cgit v1.2.3