qcacmn: Populate Rx Raw, Tx Nawds multicast counters
Aggregate vdev level tx nawds multicast counter and rx raw unicast packet counters from peer level Change-Id: Iee466587d67286e5bf8f87e8ce516ce8e00e6f68 CRs-Fixed: 2233242
This commit is contained in:
@@ -277,6 +277,7 @@ while (0)
|
||||
DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.mcast); \
|
||||
DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.bcast); \
|
||||
DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.tx_success); \
|
||||
DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.nawds_mcast); \
|
||||
DP_STATS_AGGR(_tgtobj, _srcobj, tx.tx_failed); \
|
||||
DP_STATS_AGGR(_tgtobj, _srcobj, tx.ofdma); \
|
||||
DP_STATS_AGGR(_tgtobj, _srcobj, tx.stbc); \
|
||||
|
Reference in New Issue
Block a user