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:
@@ -5307,6 +5307,7 @@ typedef struct {
|
|||||||
#define HTT_MAX_RX_OTA_ERR_CNT 14
|
#define HTT_MAX_RX_OTA_ERR_CNT 14
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
htt_tlv_hdr_t tlv_hdr;
|
||||||
/* number of RXTD OFDMA OTA error counts except power surge and drop */
|
/* number of RXTD OFDMA OTA error counts except power surge and drop */
|
||||||
A_UINT32 rx_ofdma_timing_err_cnt;
|
A_UINT32 rx_ofdma_timing_err_cnt;
|
||||||
/* rx_cck_fail_cnt:
|
/* rx_cck_fail_cnt:
|
||||||
@@ -5373,6 +5374,8 @@ typedef struct {
|
|||||||
* higher values indicating more noise interference.
|
* higher values indicating more noise interference.
|
||||||
*/
|
*/
|
||||||
A_INT32 ani_level;
|
A_INT32 ani_level;
|
||||||
|
/* running time in minutes since FW boot */
|
||||||
|
A_UINT32 fw_run_time;
|
||||||
} htt_phy_stats_tlv;
|
} htt_phy_stats_tlv;
|
||||||
|
|
||||||
/* NOTE:
|
/* NOTE:
|
||||||
|
Reference in New Issue
Block a user