|
@@ -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 */
|