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

Commit 2d495108 authored by spuligil's avatar spuligil Committed by nshrivas
Browse files

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

HTT stats: add UL MIMO,OFDMA seq posted counters

Change-Id: I30833bbe5baa6f1a1cd4b84342bd382b57a42013
CRs-Fixed: 2262693
parent 10d40dbd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -771,6 +771,10 @@ typedef struct {
    A_UINT32 num_mu_peer_blacklisted;
    /* Num of times mu_ofdma seq posted */
    A_UINT32 mu_ofdma_seq_posted;
    /* Num of times UL MU MIMO seq posted */
    A_UINT32 ul_mumimo_seq_posted;
    /* Num of times UL OFDMA seq posted */
    A_UINT32 ul_ofdma_seq_posted;
} htt_tx_pdev_stats_cmn_tlv;

#define HTT_TX_PDEV_STATS_URRN_TLV_SZ(_num_elems) (sizeof(A_UINT32) * (_num_elems))