From a3e5c0e5f11cdb38b59660df9da9dfde8443d60b Mon Sep 17 00:00:00 2001 From: spuligil Date: Thu, 27 Aug 2020 06:01:01 -0700 Subject: [PATCH] fw-api: CL 11440003 - update fw common interface files HTT stats: fix phy_counters (add TLV hdr), add time since boot to phy_stats Change-Id: Icd111496b0fdb9ee6b52b4c04c6b912f173bd1a9 CRs-Fixed: 2262693 --- fw/htt_stats.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fw/htt_stats.h b/fw/htt_stats.h index fb220316da..77e485bc7b 100644 --- a/fw/htt_stats.h +++ b/fw/htt_stats.h @@ -5307,6 +5307,7 @@ typedef struct { #define HTT_MAX_RX_OTA_ERR_CNT 14 typedef struct { + htt_tlv_hdr_t tlv_hdr; /* number of RXTD OFDMA OTA error counts except power surge and drop */ A_UINT32 rx_ofdma_timing_err_cnt; /* rx_cck_fail_cnt: @@ -5373,6 +5374,8 @@ typedef struct { * higher values indicating more noise interference. */ A_INT32 ani_level; + /* running time in minutes since FW boot */ + A_UINT32 fw_run_time; } htt_phy_stats_tlv; /* NOTE: