Browse Source

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
spuligil 1 year ago
parent
commit
4dca93b098
1 changed files with 2 additions and 0 deletions
  1. 2 0
      fw/htt_stats.h

+ 2 - 0
fw/htt_stats.h

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