diff options
| author | Komal Seelam <kseelam@qti.qualcomm.com> | 2016-06-29 12:41:44 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-07-01 17:05:56 +0530 |
| commit | 69045ca09961ca1344186a5e8a61b4b9ea02085f (patch) | |
| tree | d96d06be357dc4fa1453bf4ef44f0abc3cfb08d7 | |
| parent | f2fa56123583dd9b772ce5b2f00426c7165cd77a (diff) | |
qcacld-2.0: Block Driver unload till Recovery Completes
On HL platforms, Ramdump collection is taking significant delay.
Increasing 100 more sec before driver crashes in rmmod context.
Change-Id: I10f1d6ec37deb5ead36e3dbaf9ad9db513d24f82
CRs-Fixed: 1035251
| -rw-r--r-- | CORE/HDD/inc/wlan_hdd_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/HDD/inc/wlan_hdd_main.h b/CORE/HDD/inc/wlan_hdd_main.h index 1de463f16776..74e5c4822131 100644 --- a/CORE/HDD/inc/wlan_hdd_main.h +++ b/CORE/HDD/inc/wlan_hdd_main.h @@ -215,7 +215,7 @@ #define HDD_SAP_WAKE_LOCK_DURATION 10000 //in msecs #if defined(CONFIG_HL_SUPPORT) -#define HDD_MOD_EXIT_SSR_MAX_RETRIES 200 +#define HDD_MOD_EXIT_SSR_MAX_RETRIES 300 #else #define HDD_MOD_EXIT_SSR_MAX_RETRIES 75 #endif |
