diff options
| -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 { |
