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

Commit 4dca93b0 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

HTT stats: add ofdma_seq_flush counter in tx_pdev_cmn TLV struct
Change-Id: Id903d4d0e68fb259e55d65ad6b8b29437fc0e284
CRs-Fixed: 2262693
parent aad5323b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -992,6 +992,8 @@ typedef struct {
    /** pdev uptime in microseconds **/
    A_UINT32 pdev_up_time_us_low;
    A_UINT32 pdev_up_time_us_high;
    /** count of ofdma sequences flushed */
    A_UINT32 ofdma_seq_flush;
} htt_stats_tx_pdev_cmn_tlv;
/* preserve old name alias for new name consistent with the tag name */
typedef htt_stats_tx_pdev_cmn_tlv htt_tx_pdev_stats_cmn_tlv;