summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2018-10-16 03:21:51 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-10-16 04:45:09 -0700
commit2c92b59329a39037b72596e1ae2b5c8bea2c17d7 (patch)
tree7b914b6eecb28dbad972485d458a050602336890
parent43d53357d908e0fc8889278d6c019ecac748e05b (diff)
downloadwlan-fw-api-2c92b59329a39037b72596e1ae2b5c8bea2c17d7.tar.gz
fw-api: CL 5588961 - update fw common interface files
HTT stats: add peer_ttl_removed_count to htt_peer_stats_cmn Change-Id: I17cc3c58c172fa8aeec4ade8886d491b843913d9 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 1da4a55..97957fd 100644
--- a/fw/htt_stats.h
+++ b/fw/htt_stats.h
@@ -1007,6 +1007,7 @@ typedef struct {
/* Total ppdu transmitted bytes for peer: includes MAC header overhead */
A_UINT32 ppdu_transmitted_bytes_low;
A_UINT32 ppdu_transmitted_bytes_high;
+ A_UINT32 peer_ttl_removed_count;
} htt_peer_stats_cmn_tlv;
typedef struct {