qcacld-3.0: Print FW tx path counters in txrx_fw_stats

Print FW tx path counters in txrx_fw_stats.

Change-Id: I2adfa6121b6b8b0afa743f7d7f4f0adbbd4626ed
CRs-Fixed: 2583155
Esse commit está contido em:
Nirav Shah
2019-12-10 10:37:19 +05:30
commit de nshrivas
commit 23c5c3eaf8

Ver arquivo

@@ -329,6 +329,18 @@ htt_t2h_stats_pdev_stats_print(struct wlan_dbg_stats *wlan_pdev_stats,
qdf_nofl_info("pdev resets :%d", tx->pdev_resets); qdf_nofl_info("pdev resets :%d", tx->pdev_resets);
/* PPDU > txop duration */ /* PPDU > txop duration */
qdf_nofl_info("ppdu txop ovf :%d", tx->txop_ovf); qdf_nofl_info("ppdu txop ovf :%d", tx->txop_ovf);
#if defined(AR900B)
qdf_nofl_info("seq_posted :%d", tx->seq_posted);
qdf_nofl_info("seq_failed_queueing :%d", tx->seq_failed_queueing);
qdf_nofl_info("seq_completed :%d", tx->seq_completed);
qdf_nofl_info("seq_restarted :%d", tx->seq_restarted);
qdf_nofl_info("mu_seq_posted :%d", tx->mu_seq_posted);
qdf_nofl_info("mpdus_sw_flush :%d", tx->mpdus_sw_flush);
qdf_nofl_info("mpdus_hw_filter :%d", tx->mpdus_hw_filter);
qdf_nofl_info("mpdus_truncated :%d", tx->mpdus_truncated);
qdf_nofl_info("mpdus_ack_failed :%d", tx->mpdus_ack_failed);
qdf_nofl_info("mpdus_expired :%d", tx->mpdus_expired);
#endif
qdf_nofl_info("### Rx ###"); qdf_nofl_info("### Rx ###");
/* Cnts any change in ring routing mid-ppdu */ /* Cnts any change in ring routing mid-ppdu */