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:

committed by
nshrivas

parent
512104fbe5
commit
8c880d3fd2
@@ -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",
|
||||
|
Reference in New Issue
Block a user