diff options
| author | Houston Hoffman <hhoffman@codeaurora.org> | 2017-05-05 17:37:20 -0700 |
|---|---|---|
| committer | Houston Hoffman <hhoffman@codeaurora.org> | 2017-05-05 17:39:34 -0700 |
| commit | 4fc33ea77592b0b20ba2d5bddcee841ae6e2cdf0 (patch) | |
| tree | 5af8f4218c5c64cbd4ad5bee1b30dc6cd79f5aba | |
| parent | 42c94655aba187bd0cbe3376c24198f416c6ffb4 (diff) | |
qcacmn: Relax spinlock abuse detection (2)
Relaxing spinlock_irqsave hold time requirement to 2ms.
Change-Id: I8cf396d85041f6e5190fd26187b08c7db09e69eb
CRs-Fixed: 2043595
| -rw-r--r-- | qdf/inc/qdf_lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qdf/inc/qdf_lock.h b/qdf/inc/qdf_lock.h index 0a37de04fa46..f4d25425544c 100644 --- a/qdf/inc/qdf_lock.h +++ b/qdf/inc/qdf_lock.h @@ -52,7 +52,7 @@ #endif /* Max hold time in micro seconds, 0 to disable detection*/ -#define QDF_MAX_HOLD_TIME_ALOWED_SPINLOCK_IRQ 1000 +#define QDF_MAX_HOLD_TIME_ALOWED_SPINLOCK_IRQ 2000 #define QDF_MAX_HOLD_TIME_ALOWED_SPINLOCK_BH 1000000 #define QDF_MAX_HOLD_TIME_ALOWED_SPINLOCK 0 |
