diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-06-21 12:00:51 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-06-21 12:00:51 -0700 |
| commit | e0f112f4bc46561bf17db80b978c1e0dd4c44fa0 (patch) | |
| tree | e962c59a4bb19f81bafaa1c7f3589eb526089cc3 | |
| parent | 79407607d0172cfb377b93673b86479b69b626d4 (diff) | |
fw-api: CL 7433622 - update fw common interface files
HTT stats: add phy_warm_reset_reason counters to hw_stats_pdev_errs TLV
Change-Id: Ibe3a8d7dade8f4dfa43b0379e686f388a1ec6371
CRs-Fixed: 2262693
| -rw-r--r-- | fw/htt_stats.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fw/htt_stats.h b/fw/htt_stats.h index b13173dd993d..a6d8b54b58af 100644 --- a/fw/htt_stats.h +++ b/fw/htt_stats.h @@ -805,6 +805,11 @@ typedef struct { A_UINT32 wal_rx_recovery_rst_rx_busy_count; A_UINT32 wal_rx_recovery_rst_phy_mac_hang_count; A_UINT32 rx_flush_cnt; /* Num rx flush issued */ + A_UINT32 phy_warm_reset_reason_tx_lifetime_expiry_cca_stuck; + A_UINT32 phy_warm_reset_reason_tx_consecutive_flush9_war; + A_UINT32 phy_warm_reset_reason_tx_hwsch_reset_war; + A_UINT32 phy_warm_reset_reason_hwsch_wdog_or_cca_wdog_war; + A_UINT32 fw_rx_rings_reset; } htt_hw_stats_pdev_errs_tlv; typedef struct { |
