qcacmn: Handle AP and STA Tx stats separately

AP and STA stats need to be handled separately.

Change-Id: I105856d6d4ee39a116966eb3ff47775b54f08ef4
This commit is contained in:
Chaitanya Kiran Godavarthi
2019-06-06 19:32:48 +05:30
committed by nshrivas
parent 512104fbe5
commit 8c880d3fd2
3 changed files with 15 additions and 8 deletions

View File

@@ -5260,7 +5260,7 @@ dp_print_pdev_tx_stats(struct dp_pdev *pdev)
pdev->stats.tx.dropped.age_out);
DP_PRINT_STATS(" headroom insufficient = %d",
pdev->stats.tx_i.dropped.headroom_insufficient);
DP_PRINT_STATS(" Multicast:");
DP_PRINT_STATS("Multicast:");
DP_PRINT_STATS(" Packets: %u",
pdev->stats.tx.mcast.num);
DP_PRINT_STATS(" Bytes: %llu",