Browse Source

qcacmn: Fix the wireless multimedia stats

Fix the wireless multimedia stats count

Change-Id: Ic6ae03564197beaef6fcec87278c24f63f1b342b
CRs-Fixed: 3403026
Amrit Sahai 2 years ago
parent
commit
4a0b5ba5e4
1 changed files with 0 additions and 4 deletions
  1. 0 4
      dp/wifi3.0/dp_internal.h

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

@@ -1703,10 +1703,6 @@ void dp_update_vdev_stats_on_peer_unmap(struct dp_vdev *vdev,
 				      tx.wme_ac_type_bytes[i]); \
 			DP_STATS_AGGR(_tgtobj, _srcobj, \
 				      rx.wme_ac_type_bytes[i]); \
-			DP_STATS_AGGR(_tgtobj, _srcobj, \
-					tx.wme_ac_type_bytes[i]); \
-			DP_STATS_AGGR(_tgtobj, _srcobj, \
-					rx.wme_ac_type_bytes[i]); \
 			DP_STATS_AGGR(_tgtobj, _srcobj, tx.excess_retries_per_ac[i]); \
 		\
 		} \