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
This commit is contained in:
spuligil
2020-08-27 06:01:01 -07:00
parent 994443d7a0
commit a3e5c0e5f1

View File

@@ -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: