qcacmn: Disable TX STATUS ring for Kiwi
Kiwi target does not used TX status ring. Hence disable the tx status ring for Kiwi. Change-Id: If3a39a0017a884bee2320188621b1f05e0c6d568 CRs-Fixed: 3150815
This commit is contained in:

committed by
Madan Koyyalamudi

parent
f15646c12b
commit
b68fd9ba67
@@ -2030,7 +2030,11 @@ struct hal_hw_srng_config hw_srng_table_kiwi[] = {
|
||||
},
|
||||
{ /* TCL_STATUS */
|
||||
.start_ring_id = HAL_SRNG_TCL_STATUS,
|
||||
#ifndef WLAN_DP_DISABLE_TCL_CMD_CRED_SRNG
|
||||
.max_rings = 1,
|
||||
#else
|
||||
.max_rings = 0,
|
||||
#endif
|
||||
/* confirm that TLV header is needed */
|
||||
.entry_size = sizeof(struct tcl_status_ring) >> 2,
|
||||
.lmac_ring = FALSE,
|
||||
|
Reference in New Issue
Block a user