Procházet zdrojové kódy

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
Wu Gao před 3 roky
rodič
revize
c0d5a6fcf3
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      dp/wifi3.0/dp_main.c

+ 0 - 2
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);