|
@@ -3736,12 +3736,6 @@ dp_tx_update_peer_stats(struct dp_tx_desc_s *tx_desc,
|
|
DP_STATS_INCC(peer, tx.stbc, 1, ts->stbc);
|
|
DP_STATS_INCC(peer, tx.stbc, 1, ts->stbc);
|
|
DP_STATS_INCC(peer, tx.ldpc, 1, ts->ldpc);
|
|
DP_STATS_INCC(peer, tx.ldpc, 1, ts->ldpc);
|
|
DP_STATS_INCC(peer, tx.retries, 1, ts->transmit_cnt > 1);
|
|
DP_STATS_INCC(peer, tx.retries, 1, ts->transmit_cnt > 1);
|
|
-
|
|
|
|
-#if defined(FEATURE_PERPKT_INFO) && WDI_EVENT_ENABLE
|
|
|
|
- dp_wdi_event_handler(WDI_EVENT_UPDATE_DP_STATS, pdev->soc,
|
|
|
|
- &peer->stats, ts->peer_id,
|
|
|
|
- UPDATE_PEER_STATS, pdev->pdev_id);
|
|
|
|
-#endif
|
|
|
|
}
|
|
}
|
|
|
|
|
|
#ifdef QCA_LL_TX_FLOW_CONTROL_V2
|
|
#ifdef QCA_LL_TX_FLOW_CONTROL_V2
|