qcacmn: Fix the wireless multimedia stats

Fix the wireless multimedia stats count

Change-Id: Ic6ae03564197beaef6fcec87278c24f63f1b342b
CRs-Fixed: 3403026
This commit is contained in:
Amrit Sahai
2023-02-10 19:32:55 +05:30
committed by Madan Koyyalamudi
parent 25ad461a3c
commit 4a0b5ba5e4

View File

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