diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-10-16 03:21:51 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-10-16 05:03:59 -0700 |
| commit | 9de68c39d836fc08a3b433a4003993ed38e230e8 (patch) | |
| tree | f51f7b1c4ef685650c347462c2d20fb018436a73 | |
| parent | 098a6566a4c8aff162beabaa2362ad024c05e93a (diff) | |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/htt_stats.h b/fw/htt_stats.h index 1da4a55e849b..97957fd83c0f 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 { |
