Browse Source

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
spuligil 4 years ago
parent
commit
a3e5c0e5f1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      fw/htt_stats.h

+ 3 - 0
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: