Browse Source

qcacmn: Add nawds mcast drop counter while aggregate

Currently aggregate vdev/pdev is missing nawds mcast drop
counter, add nawds mcast drop counter from peer

Change-Id: If1e2296c30cfcb5689449c8e23317282e5dce1c6
Anish Nataraj 6 years ago
parent
commit
58881d84fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dp/wifi3.0/dp_internal.h

+ 1 - 0
dp/wifi3.0/dp_internal.h

@@ -281,6 +281,7 @@ while (0)
 		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.nawds_mcast_drop); \
 		DP_STATS_AGGR(_tgtobj, _srcobj, tx.tx_failed); \
 		DP_STATS_AGGR(_tgtobj, _srcobj, tx.ofdma); \
 		DP_STATS_AGGR(_tgtobj, _srcobj, tx.stbc); \