Display FW rx overflow count in txrx stats. Change-Id: I53afeb03303b8ee0df9d906d7a8de1d916c6c143 CRs-Fixed: 2571542
@@ -354,6 +354,9 @@ htt_t2h_stats_pdev_stats_print(struct wlan_dbg_stats *wlan_pdev_stats,
qdf_nofl_info("phy_errs dropped :%d", rx->phy_err_drop);
/* Number of mpdu errors - FCS, MIC, ENC etc. */
qdf_nofl_info("mpdu_errs :%d", rx->mpdu_errs);
+#if defined(AR900B)
+ qdf_nofl_info("rx_ovfl_errs :%d", rx->rx_ovfl_errs);
+#endif
}