فهرست منبع

fw-api: CL 7186695 - update fw common interface files

HTT stats: add more reset / recovery pdev err counters

Change-Id: Ib93e903a7c70b546ef9c626ff7714cb1a2a50e5a
CRs-Fixed: 2262693
spuligil 5 سال پیش
والد
کامیت
5ac11c562f
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      fw/htt_stats.h

+ 8 - 0
fw/htt_stats.h

@@ -771,6 +771,14 @@ typedef struct {
     A_UINT32 phy_warm_reset_reason_num_cca_rx_frame_stuck;
     A_UINT32 phy_warm_reset_reason_wal_rx_recovery_rst_rx_busy;
     A_UINT32 phy_warm_reset_reason_wal_rx_recovery_rst_mac_hang;
+    A_UINT32 phy_warm_reset_reason_mac_reset_converted_phy_reset;
+
+    A_UINT32 wal_rx_recovery_rst_mac_hang_count;
+    A_UINT32 wal_rx_recovery_rst_known_sig_count;
+    A_UINT32 wal_rx_recovery_rst_no_rx_count;
+    A_UINT32 wal_rx_recovery_rst_no_rx_consecutive_count;
+    A_UINT32 wal_rx_recovery_rst_rx_busy_count;
+    A_UINT32 wal_rx_recovery_rst_phy_mac_hang_count;
 } htt_hw_stats_pdev_errs_tlv;
 
 typedef struct {