qcacmn: added MLO MCAST packet stats

added MLO MCAST packet stats in tx stats

Change-Id: I46ad1a94bf986d21a9b865d7531298e805abcda8
CRs-Fixed: 3582328
This commit is contained in:
KARTHIK KUMAR T
2023-08-08 11:06:16 +05:30
committed by Rahul Choudhary
父節點 0ad05f4a1a
當前提交 39bb6afc38
共有 5 個文件被更改,包括 46 次插入1 次删除

查看文件

@@ -6940,6 +6940,7 @@ dp_print_host_stats(struct dp_vdev *vdev,
dp_print_pdev_tx_stats(pdev);
dp_print_soc_tx_stats(pdev->soc);
dp_print_global_desc_count();
dp_print_vdev_mlo_mcast_tx_stats(vdev);
break;
case TXRX_RX_HOST_STATS:
dp_print_pdev_rx_stats(pdev);