Ver código fonte

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 5 anos atrás
pai
commit
87a56bc7b7
1 arquivos alterados com 1 adições e 1 exclusões
  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 */