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

Commit cc6807c5 authored by spuligil's avatar spuligil
Browse files

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
parent 5404c814
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 {