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
このコミットが含まれているのは:
Rakesh Pillai
2021-12-12 09:43:20 -08:00
committed by Madan Koyyalamudi
コミット 125174cdd1
8個のファイルの変更39行の追加9行の削除

ファイルの表示

@@ -2600,7 +2600,9 @@ static void dp_queue_ring_stats(struct dp_pdev *pdev)
qdf_assert_always(++j < DP_MAX_SRNGS);
}
for (mac_id = 0; mac_id < NUM_RXDMA_RINGS_PER_PDEV; mac_id++) {
for (mac_id = 0;
mac_id < soc->wlan_cfg_ctx->num_rxdma_status_rings_per_pdev;
mac_id++) {
lmac_id = dp_get_lmac_id_for_pdev_id(pdev->soc,
mac_id, pdev->pdev_id);