diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-05-20 12:01:18 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-05-20 12:01:18 -0700 |
| commit | 967ee7a8680fe0c7df5543e66f3f0f29e91bbf3d (patch) | |
| tree | 0939f57731dbabcf2929ddfcb3f7dce9f7532dfe | |
| parent | 64b3a102499302fe5c9d181f7abcd02c02cdad9a (diff) | |
fw-api: CL 7186695 - update fw common interface files
HTT stats: add more reset / recovery pdev err counters
Change-Id: Ib93e903a7c70b546ef9c626ff7714cb1a2a50e5a
CRs-Fixed: 2262693
| -rw-r--r-- | fw/htt_stats.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fw/htt_stats.h b/fw/htt_stats.h index e7618d139ee4..15774ac615bc 100644 --- a/fw/htt_stats.h +++ b/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 { |
