qcacmn: Disable TX cmd credit ring for Kiwi

Kiwi target does not used TX cmd credit ring.
Hence disable the tx cmd credit ring for Kiwi.

Change-Id: Ibd5fe2905a7362ea2ab89e65d77c7aea6ab259ee
CRs-Fixed: 3150814
This commit is contained in:
Rakesh Pillai
2022-03-04 00:28:04 -08:00
committed by Madan Koyyalamudi
parent 42dd66b280
commit f15646c12b
3 changed files with 120 additions and 39 deletions

View File

@@ -2006,7 +2006,11 @@ struct hal_hw_srng_config hw_srng_table_kiwi[] = {
},
{ /* TCL_CMD */
.start_ring_id = HAL_SRNG_SW2TCL_CMD,
#ifndef WLAN_DP_DISABLE_TCL_CMD_CRED_SRNG
.max_rings = 1,
#else
.max_rings = 0,
#endif
.entry_size = sizeof(struct tcl_gse_cmd) >> 2,
.lmac_ring = FALSE,
.ring_dir = HAL_SRNG_SRC_RING,