소스 검색

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 년 전
부모
커밋
87a56bc7b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 */