summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2019-06-01 18:03:29 -0700
committerspuligil <spuligil@codeaurora.org>2019-06-01 18:03:29 -0700
commit73e0ee732b6ab8634e6f0646d89d89f2e75c27f4 (patch)
treeefcc240218f04228957b56bae1a34fe038aefb99
parent46d19ba9bdee8b23aef8740e2f6fc3313c203cd2 (diff)
fw-api: CL 7277441 - update fw common interface files
HTT stats: add rx_flush_cnt to hw_stats_pdev_errs TLV Change-Id: I72ed4815cfcc67181213c316c89f0810114c1cb6 CRs-Fixed: 2262693
-rw-r--r--fw/htt_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/htt_stats.h b/fw/htt_stats.h
index 15774ac615bc..66075b8e7b85 100644
--- a/fw/htt_stats.h
+++ b/fw/htt_stats.h
@@ -779,6 +779,7 @@ typedef struct {
A_UINT32 wal_rx_recovery_rst_no_rx_consecutive_count;
A_UINT32 wal_rx_recovery_rst_rx_busy_count;
A_UINT32 wal_rx_recovery_rst_phy_mac_hang_count;
+ A_UINT32 rx_flush_cnt; /* Num rx flush issued */
} htt_hw_stats_pdev_errs_tlv;
typedef struct {