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

Commit 599ef65e authored by spuligil's avatar spuligil Committed by Rahul Choudhary
Browse files

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

HTT stats: add [basic,mu_bar]_trigger counters to tx_selfgen_[ax,be]_stats
Change-Id: Id50afbbab1c40e05ccb9bdacd63ac3c77d5df64d
CRs-Fixed: 2262693
parent 150f19d7
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -2638,6 +2638,14 @@ typedef struct {
    A_UINT32 manual_ax_mu_ulofdma_basic_trigger[HTT_NUM_AC_WMM];
    /** 11AX HE Manual Multi-User UL OFDMA Trigger completed with error(s) */
    A_UINT32 manual_ax_mu_ulofdma_basic_trigger_err[HTT_NUM_AC_WMM];
    /** 11AX HE UL OFDMA Basic Trigger frames per AC */
    A_UINT32 ax_basic_trigger_per_ac[HTT_NUM_AC_WMM];
    /** 11AX HE UL OFDMA Basic Trigger frames per AC completed with error(s) */
    A_UINT32 ax_basic_trigger_errors_per_ac[HTT_NUM_AC_WMM];
    /** 11AX HE MU-BAR Trigger frames per AC */
    A_UINT32 ax_mu_bar_trigger_per_ac[HTT_NUM_AC_WMM];
    /** 11AX HE MU-BAR Trigger frames per AC completed with error(s) */
    A_UINT32 ax_mu_bar_trigger_errors_per_ac[HTT_NUM_AC_WMM];
} htt_tx_selfgen_ax_stats_tlv;

typedef struct {
@@ -2693,6 +2701,14 @@ typedef struct {
    A_UINT32 manual_be_mu_ulofdma_basic_trigger[HTT_NUM_AC_WMM];
    /** 11BE EHT Manual Multi-User UL OFDMA Trigger completed with error(s) */
    A_UINT32 manual_be_mu_ulofdma_basic_trigger_err[HTT_NUM_AC_WMM];
    /** 11BE EHT UL OFDMA Basic Trigger frames per AC */
    A_UINT32 be_basic_trigger_per_ac[HTT_NUM_AC_WMM];
    /** 11BE EHT UL OFDMA Basic Trigger frames per AC completed with error(s) */
    A_UINT32 be_basic_trigger_errors_per_ac[HTT_NUM_AC_WMM];
    /** 11BE EHT MU-BAR Trigger frames per AC */
    A_UINT32 be_mu_bar_trigger_per_ac[HTT_NUM_AC_WMM];
    /** 11BE EHT MU-BAR Trigger frames per AC completed with error(s) */
    A_UINT32 be_mu_bar_trigger_errors_per_ac[HTT_NUM_AC_WMM];
} htt_tx_selfgen_be_stats_tlv;

typedef struct { /* DEPRECATED */