diff options
| author | Ashish Kumar Dhanotiya <adhanoti@codeaurora.org> | 2017-03-15 14:23:54 +0530 |
|---|---|---|
| committer | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-15 09:16:16 -0700 |
| commit | bc403beef4b50c99e648576345035ebc097b43c9 (patch) | |
| tree | 3684ef22b1f23a7511e4b9b28626115390f1a10f | |
| parent | cb0c603aadcead448f5409957ddf3eb84fa3e499 (diff) | |
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
| -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 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) /* * <ini> |
