Browse Source

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

HTT stats: add per-AC last_updated_dl,ul_qdepth to peer_ax_ofdma TLV

Change-Id: I71056b6dfba3cc4d437f2bcd1d637b3167531cd2
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
46734f8db7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      fw/htt_stats.h

+ 3 - 0
fw/htt_stats.h

@@ -1865,6 +1865,9 @@ typedef struct {
      */
     A_UINT32 is_airtime_large_for_dl_ofdma[2];
     A_UINT32 is_airtime_large_for_ul_ofdma[2];
+    /* Last updated value of DL and UL queue depths for each peer per AC */
+    A_UINT32 last_updated_dl_qdepth[HTT_NUM_AC_WMM];
+    A_UINT32 last_updated_ul_qdepth[HTT_NUM_AC_WMM];
 } htt_peer_ax_ofdma_stats_tlv;
 
 /* config_param0 */