Explorar o código

qcacmn: Increase the force wake timeout

Increase force wake timeout value to 500ms to
accommodate scheduler latencies.

Change-Id: Id3748539e4b4809530ff78bd810681cb2210ff31
CRs-Fixed: 2573863
Venkata Sharath Chandra Manchala %!s(int64=5) %!d(string=hai) anos
pai
achega
87a56bc7b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hif/src/pcie/if_pci.h

+ 1 - 1
hif/src/pcie/if_pci.h

@@ -36,7 +36,7 @@
 #define PCIE_PCIE_LOCAL_REG_PCIE_SOC_WAKE_PCIE_LOCAL_REG 0x3004
 /* Timeout duration to validate UMAC wake status */
 #ifdef HAL_CONFIG_SLUB_DEBUG_ON
-#define FORCE_WAKE_DELAY_TIMEOUT_MS 100
+#define FORCE_WAKE_DELAY_TIMEOUT_MS 500
 #else
 #define FORCE_WAKE_DELAY_TIMEOUT_MS 50
 #endif /* HAL_CONFIG_SLUB_DEBUG_ON */