diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-11-14 18:00:34 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-11-14 18:00:34 -0800 |
| commit | 1e2ee225a1799a267587d4dc383b9feb96032f24 (patch) | |
| tree | 3fa804f25a8d363a377356bed0f7d7146490901a | |
| parent | 885a7c6267ae07124be01198ac64a40a84070679 (diff) | |
fw-api: CL 8776823 - update fw common interface files
HTT stats: add peer blacklist and MU OFDMA seq counts to htt_tx_pdev_stats
Change-Id: I41e346d7cefb59f3322048ac5eed2a3887bba7b7
CRs-Fixed: 2262693
| -rw-r--r-- | fw/htt_stats.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fw/htt_stats.h b/fw/htt_stats.h index dbc0c7babf5d..9dda16b88ca0 100644 --- a/fw/htt_stats.h +++ b/fw/htt_stats.h @@ -672,6 +672,10 @@ typedef struct { A_UINT32 next_seq_cancel; /* Num of times fes offset was misaligned */ A_UINT32 fes_offsets_err_cnt; + /* Num of times peer blacklisted for MU-MIMO transmission */ + A_UINT32 num_mu_peer_blacklisted; + /* Num of times mu_ofdma seq posted */ + A_UINT32 mu_ofdma_seq_posted; } htt_tx_pdev_stats_cmn_tlv; #define HTT_TX_PDEV_STATS_URRN_TLV_SZ(_num_elems) (sizeof(A_UINT32) * (_num_elems)) |
