From c0d5a6fcf3cfd955317eae2b28898c567687ee53 Mon Sep 17 00:00:00 2001 From: Wu Gao Date: Mon, 23 May 2022 14:57:37 +0800 Subject: [PATCH] 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 --- dp/wifi3.0/dp_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dp/wifi3.0/dp_main.c b/dp/wifi3.0/dp_main.c index 2941a44a41..84a4de8830 100644 --- a/dp/wifi3.0/dp_main.c +++ b/dp/wifi3.0/dp_main.c @@ -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);