diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-10-18 18:02:40 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2018-10-18 18:02:40 -0700 |
| commit | cb59e889caed2706fd54981cbbe2b7cad9461558 (patch) | |
| tree | 174c1995571d1f7b7844d4459b4ba77e0044038f | |
| parent | d76f141fec3ff851c7b70b55fee6bf8c28e63ae2 (diff) | |
fw-api: CL 5630217 - update fw common interface files
HTT stats: add inactive_time to htt_peer_stats_cmn_tlv
Also update copyright comment in wlan_nan_msg_common_v2.h
Change-Id: Idf5e0fe5e3bf15b5b12cddfbeae73a3a90e96974
CRs-Fixed: 2262693
| -rw-r--r-- | fw/htt_stats.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fw/htt_stats.h b/fw/htt_stats.h index 97957fd83c0f..22ea845fb24d 100644 --- a/fw/htt_stats.h +++ b/fw/htt_stats.h @@ -1008,6 +1008,12 @@ typedef struct { A_UINT32 ppdu_transmitted_bytes_low; A_UINT32 ppdu_transmitted_bytes_high; A_UINT32 peer_ttl_removed_count; + /* inactive_time + * Running duration of the time since last tx/rx activity by this peer, + * units = seconds. + * If the peer is currently active, this inactive_time will be 0x0. + */ + A_UINT32 inactive_time; } htt_peer_stats_cmn_tlv; typedef struct { |
