Răsfoiți Sursa

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
spuligil 6 ani în urmă
părinte
comite
6281186840
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      fw/htt_stats.h

+ 6 - 0
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 {