소스 검색

qcacmn: increase force wake timeout

Increase force wake timeout to 500ms for perf builds.

Change-Id: Ib665418b5de63048f02d7093d12813f4babdbf72
CRs-Fixed: 2979062
Manikanta Pubbisetty 4 년 전
부모
커밋
88c01f6191
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      hif/src/ipcie/if_ipci.h

+ 1 - 4
hif/src/ipcie/if_ipci.h

@@ -58,11 +58,8 @@ struct hif_ipci_stats {
 #define PCIE_SOC_PCIE_REG_PCIE_SCRATCH_0_SOC_PCIE_REG (0x01E04000 + 0x40)
 
 /* Timeout duration to validate UMAC wake status */
-#ifdef HAL_CONFIG_SLUB_DEBUG_ON
 #define FORCE_WAKE_DELAY_TIMEOUT_MS 500
-#else
-#define FORCE_WAKE_DELAY_TIMEOUT_MS 50
-#endif /* HAL_CONFIG_SLUB_DEBUG_ON */
+
 /* Validate UMAC status every 5ms */
 #define FORCE_WAKE_DELAY_MS 5
 #endif /* FORCE_WAKE */