Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb59e889 authored by spuligil's avatar spuligil
Browse files

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
parent d76f141f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 {