Selaa lähdekoodia

qcacmn: increase force wake timeout

Increase force wake timeout to 500ms for perf builds.

Change-Id: Ib665418b5de63048f02d7093d12813f4babdbf72
CRs-Fixed: 2979062
Manikanta Pubbisetty 4 vuotta sitten
vanhempi
sitoutus
88c01f6191
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  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 */