diff options
| author | Komal Seelam <kseelam@qti.qualcomm.com> | 2016-04-05 12:17:22 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-04-13 10:07:33 +0530 |
| commit | 2a74b454dcad5a9c7b98aa3f7309a239beca5e89 (patch) | |
| tree | 106cf3ee2055775344eb5c67b1914698998751bd | |
| parent | 66358470c9b649f41aa9392923b1db11e7699caa (diff) | |
qcacld-2.0: Increase SSR timeout to account for System Behavior
When 32 STA's are associated with DUT SAP, during SSR deleting peers
is adding delay to SSR shutdown. To account for this delay, increase
the SSR delay to 40sec from 30sec.
Change-Id: I7b224e3881c17bbf3cf3a4fe805ae1a8b66c63b9
CRs-Fixed: 999368
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_early_suspend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CORE/HDD/src/wlan_hdd_early_suspend.c b/CORE/HDD/src/wlan_hdd_early_suspend.c index 42e7a5598c9c..6b7cf69fda6e 100644 --- a/CORE/HDD/src/wlan_hdd_early_suspend.c +++ b/CORE/HDD/src/wlan_hdd_early_suspend.c @@ -101,9 +101,9 @@ #include "ol_fw.h" /* Time in msec */ #ifdef CONFIG_SLUB_DEBUG_ON -#define HDD_SSR_BRING_UP_TIME 40000 +#define HDD_SSR_BRING_UP_TIME 50000 #else -#define HDD_SSR_BRING_UP_TIME 30000 +#define HDD_SSR_BRING_UP_TIME 40000 #endif static eHalStatus g_full_pwr_status; |
