Эх сурвалжийг харах

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

HTT stats: add ax trigger_tried,_err counters in tx_selfgen_cmn_stats TLV

Change-Id: Ie2032c802a8b42340c770fdb3d52c4821d7d205f
CRs-Fixed: 2262693
spuligil 2 жил өмнө
parent
commit
cc6807c538
1 өөрчлөгдсөн 8 нэмэгдсэн , 0 устгасан
  1. 8 0
      fw/htt_stats.h

+ 8 - 0
fw/htt_stats.h

@@ -2237,6 +2237,14 @@ typedef struct {
     A_UINT32 su_sw_rts_flushed;
     /** CTS (RTS response) received in different BW */
     A_UINT32 su_sw_rts_rcvd_cts_diff_bw;
+    /** 11AX HE MU Combined Freq. BSRP Trigger frame sent over the air */
+    A_UINT32 combined_ax_bsr_trigger_tried[HTT_NUM_AC_WMM];
+    /** 11AX HE MU Combined Freq. BSRP Trigger completed with error(s) */
+    A_UINT32 combined_ax_bsr_trigger_err[HTT_NUM_AC_WMM];
+    /** 11AX HE MU Standalone Freq. BSRP Trigger frame sent over the air */
+    A_UINT32 standalone_ax_bsr_trigger_tried[HTT_NUM_AC_WMM];
+    /** 11AX HE MU Standalone Freq. BSRP Trigger completed with error(s) */
+    A_UINT32 standalone_ax_bsr_trigger_err[HTT_NUM_AC_WMM];
 } htt_tx_selfgen_cmn_stats_tlv;
 
 typedef struct {