diff options
| author | Arunk Khandavalli <akhandav@codeaurora.org> | 2017-01-20 18:00:12 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2017-01-26 00:21:47 -0800 |
| commit | e9c96a6a0ea2fbe3cfb89aa4b18303d536c9cb8f (patch) | |
| tree | 2d09eb23fa456ecad05237226031b2ba2f6bfdea | |
| parent | 8f3c0a3165d73a86f61c24da1e4e88d3f736dd52 (diff) | |
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
| -rw-r--r-- | core/hdd/inc/wlan_hdd_cfg.h | 4 |
1 files 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 |
