Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ac11c56 authored by spuligil's avatar spuligil Committed by nshrivas
Browse files

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

HTT stats: add more reset / recovery pdev err counters

Change-Id: Ib93e903a7c70b546ef9c626ff7714cb1a2a50e5a
CRs-Fixed: 2262693
parent f909098e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 {