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

Commit a3e5c0e5 authored by spuligil's avatar spuligil
Browse files

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
parent 994443d7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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: