diff options
| -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 |
