From e9c96a6a0ea2fbe3cfb89aa4b18303d536c9cb8f Mon Sep 17 00:00:00 2001 From: Arunk Khandavalli Date: Fri, 20 Jan 2017 18:00:12 +0530 Subject: qcacld-3.0: Increase the interface change timeout to 100sec Presently interface change timer is 5seconds, during stress and high cpu workload scenarios 5sec time may not be enough for user space to bring-up WLAN after driver load. Hence, increasing the timer value to 100sec. Change-Id: I01b2a82fcf6841bfddfe473332701068b93d855c CRs-Fixed: 1113583 --- core/hdd/inc/wlan_hdd_cfg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h index b1fd4d55a246..b768fbd3a616 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -718,8 +718,8 @@ typedef enum { */ #define CFG_INTERFACE_CHANGE_WAIT_NAME "gInterfaceChangeWait" #define CFG_INTERFACE_CHANGE_WAIT_MIN (10) -#define CFG_INTERFACE_CHANGE_WAIT_MAX (10000) -#define CFG_INTERFACE_CHANGE_WAIT_DEFAULT (5000) +#define CFG_INTERFACE_CHANGE_WAIT_MAX (500000) +#define CFG_INTERFACE_CHANGE_WAIT_DEFAULT (100000) #define CFG_SHORT_PREAMBLE_NAME "gShortPreamble" #define CFG_SHORT_PREAMBLE_MIN WNI_CFG_SHORT_PREAMBLE_STAMIN -- cgit v1.2.3