qcacmn: Initialize only one RXDMA Monitor Status ring

For WCN7850, the first mac (i.e.. MAC0) is capable of
2G/5G and 6G data transfer. Hence initialize and use
only on RXDMA monitor status ring.

Change-Id: Idb6e23a887a9ed32a52dd54765e5ed3c6a12df06
CRs-Fixed: 3094138
This commit is contained in:
Rakesh Pillai
2021-12-12 09:43:20 -08:00
committed by Madan Koyyalamudi
parent fc5f47db1a
commit 125174cdd1
8 changed files with 39 additions and 9 deletions

View File

@@ -14261,6 +14261,8 @@ static void dp_soc_cfg_init(struct dp_soc *soc)
soc->wlan_cfg_ctx->rxdma1_enable = 0;
soc->wlan_cfg_ctx->num_rxdma_dst_rings_per_pdev = 1;
/* use only MAC0 status ring */
soc->wlan_cfg_ctx->num_rxdma_status_rings_per_pdev = 1;
break;
case TARGET_TYPE_QCA8074:
wlan_cfg_set_raw_mode_war(soc->wlan_cfg_ctx, true);