summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2020-05-02 18:00:35 -0700
committernshrivas <nshrivas@codeaurora.org>2020-05-14 00:03:18 -0700
commit10d40dbd4e61b0c03fa00e70f6a503d3fc5692db (patch)
treedd5d05421c992fdf29643cd9f28402c44ed12c85
parente0bd0b20623dda775a19c902eb15e57976af97dc (diff)
downloadwlan-fw-api-10d40dbd4e61b0c03fa00e70f6a503d3fc5692db.tar.gz
fw-api: CL 10345835 - update fw common interface files
HTT STATS: add TQM active/inactive counts in tqm_cmn_stats Change-Id: I45641a44381591f49f147484d049e24f311b18d7 CRs-Fixed: 2262693
-rw-r--r--fw/htt_stats.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/htt_stats.h b/fw/htt_stats.h
index 9c26282..376351c 100644
--- a/fw/htt_stats.h
+++ b/fw/htt_stats.h
@@ -2669,6 +2669,9 @@ typedef struct {
A_UINT32 desc_threshold;
A_UINT32 hwsch_tqm_invalid_status;
A_UINT32 missed_tqm_gen_mpdus;
+ A_UINT32 tqm_active_tids;
+ A_UINT32 tqm_inactive_tids;
+ A_UINT32 tqm_active_msduq_flows;
} htt_tx_tqm_cmn_stats_tlv;
typedef struct {