diff --git a/hal/wifi3.0/qca6750/hal_6750.c b/hal/wifi3.0/qca6750/hal_6750.c index a50e8f0608..bf74ade6e0 100644 --- a/hal/wifi3.0/qca6750/hal_6750.c +++ b/hal/wifi3.0/qca6750/hal_6750.c @@ -2349,7 +2349,7 @@ struct hal_hw_srng_config hw_srng_table_6750[] = { }, { /* WBM2SW_RELEASE */ .start_ring_id = HAL_SRNG_WBM2SW0_RELEASE, -#ifdef TX_MULTI_TCL +#if defined(TX_MULTI_TCL) || defined(CONFIG_PLD_IPCIE_FW_SIM) .max_rings = 5, #else .max_rings = 4,