summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2018-10-18 18:02:40 -0700
committerspuligil <spuligil@codeaurora.org>2018-10-18 18:02:46 -0700
commit62811868404413f5039f336b78f15e85d922c79e (patch)
treed2a34943e2c96f9e046a73b53a2dedda6c057ee3
parent917dab4f96135596fd3177175bd3f5ae9838ddd0 (diff)
downloadwlan-fw-api-62811868404413f5039f336b78f15e85d922c79e.tar.gz
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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fw/htt_stats.h b/fw/htt_stats.h
index 97957fd..22ea845 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 {