qcacmn: Increase the max WBM2SW rel rings for qca6750

Increase the max WBM2SW release rings for qca6750
when multiple tx ring pairs support is enabled.

Change-Id: Ifa3be25a7c9b7cb019165e76b3a71d3db9572334
CRs-Fixed: 3075392
这个提交包含在:
Yeshwanth Sriram Guntuka
2021-11-01 15:48:48 +05:30
提交者 Madan Koyyalamudi
父节点 ddfe7df316
当前提交 371d4ebd86

查看文件

@@ -2302,7 +2302,11 @@ struct hal_hw_srng_config hw_srng_table_6750[] = {
},
{ /* WBM2SW_RELEASE */
.start_ring_id = HAL_SRNG_WBM2SW0_RELEASE,
#ifdef TX_MULTI_TCL
.max_rings = 5,
#else
.max_rings = 4,
#endif
.entry_size = sizeof(struct wbm_release_ring) >> 2,
.lmac_ring = FALSE,
.ring_dir = HAL_SRNG_DST_RING,