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

Commit bedbf533 authored by spuligil's avatar spuligil
Browse files

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

HTT stats: add txbf_flags counters to tx_pdev_txbf_rate_stats TLV

Change-Id: I4eecc316d72ad434050f978dd0d1dcc4484d2cd8
CRs-Fixed: 2262693
parent 642fab3c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -6820,6 +6820,15 @@ typedef struct {
    A_UINT32 reduced_tx_su_ibf_bw[HTT_TX_TXBF_RATE_STATS_NUM_REDUCED_CHAN_TYPES][HTT_TX_TXBF_RATE_STATS_NUM_BW_COUNTERS];
    /** Open loop TX BW stats */
    A_UINT32 reduced_tx_su_ol_bw[HTT_TX_TXBF_RATE_STATS_NUM_REDUCED_CHAN_TYPES][HTT_TX_TXBF_RATE_STATS_NUM_BW_COUNTERS];
    /** Txbf flag reason stats */
    A_UINT32 txbf_flag_set_mu_mode;
    A_UINT32 txbf_flag_set_final_status;
    A_UINT32 txbf_flag_not_set_verified_txbf_mode;
    A_UINT32 txbf_flag_not_set_disable_p2p_access;
    A_UINT32 txbf_flag_not_set_max_nss_reached_in_he160;
    A_UINT32 txbf_flag_not_set_disable_ul_dl_ofdma;
    A_UINT32 txbf_flag_not_set_mcs_threshold_value;
    A_UINT32 txbf_flag_not_set_final_status;
} htt_tx_pdev_txbf_rate_stats_tlv;

typedef enum {