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:

committed by
Madan Koyyalamudi

vanhempi
fc5f47db1a
commit
125174cdd1
@@ -5366,7 +5366,9 @@ dp_print_ring_stats(struct dp_pdev *pdev)
|
||||
&pdev->rx_mac_buf_ring[i],
|
||||
RXDMA_BUF);
|
||||
|
||||
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);
|
||||
|
||||
|
Viittaa uudesa ongelmassa
Block a user