Browse Source

qcacmn: Increase the force wake timeout

Increase the force wake timeout to 100ms for
debug builds as mhi requires 100ms to
wake up.

Change-Id: Ida0b1287a86a5a97fd2d9c80fee4e677eea86cbe
CRs-Fixed: 2552815
Venkata Sharath Chandra Manchala 5 years ago
parent
commit
74a2f413df
1 changed files with 6 additions and 0 deletions
  1. 6 0
      hal/wifi3.0/hal_api.h

+ 6 - 0
hal/wifi3.0/hal_api.h

@@ -42,7 +42,13 @@
  * OFFSET = 4K - 32 bytes = 0x4063
  */
 #define MAPPED_REF_OFF 0x4063
+
+#ifdef HAL_CONFIG_SLUB_DEBUG_ON
+#define FORCE_WAKE_DELAY_TIMEOUT 100
+#else
 #define FORCE_WAKE_DELAY_TIMEOUT 50
+#endif /* HAL_CONFIG_SLUB_DEBUG_ON */
+
 #define FORCE_WAKE_DELAY_MS 5
 
 /**