qcacmn: Set num_rxdma_status_rings_per_pdev to 2 for KIWI

There is init failure about monitor status ring after started CFR
capture. So extend num_rxdma_status_rings_per_pdev to 2 for KIWI
which is same to HSP.

Change-Id: Ic24d732957dc1991a3fca350aebe5f57d9b02577
CRs-Fixed: 3203678
This commit is contained in:
Wu Gao
2022-05-23 14:57:37 +08:00
committed by Madan Koyyalamudi
parent b0fafa0130
commit c0d5a6fcf3

View File

@@ -15266,8 +15266,6 @@ 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);