|
@@ -2542,12 +2542,11 @@ static void dp_tx_update_peer_stats(struct dp_peer *peer,
|
|
|
|
|
|
if (peer->bss_peer) {
|
|
|
DP_STATS_INC_PKT(peer, tx.mcast, 1, length);
|
|
|
- DP_STATS_INC_PKT(peer, tx.tx_success, 1, length);
|
|
|
} else {
|
|
|
if (ts->status == HAL_TX_TQM_RR_FRAME_ACKED) {
|
|
|
- DP_STATS_INC_PKT(peer, tx.ucast, 1, length);
|
|
|
DP_STATS_INC_PKT(peer, tx.tx_success, 1, length);
|
|
|
}
|
|
|
+ DP_STATS_INC_PKT(peer, tx.ucast, 1, length);
|
|
|
}
|
|
|
|
|
|
DP_STATS_INCC(peer, tx.dropped.age_out, 1,
|