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
This commit is contained in:
spuligil
2023-12-28 18:03:43 -08:00
committed by Ravindra Konda
parent aad5323bf4
commit 4dca93b098

View File

@@ -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;