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

Commit f26ad828 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

fw-api: CL 25039724 - update fw common interface files

HTT stats: add nf_cal_iteration_counts to phy_reset_stats TLV
Change-Id: Ief09fa7c2c923f00c4198735d39457cf208a0797
CRs-Fixed: 2262693
parent b3f1f9bd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -8292,6 +8292,13 @@ typedef struct {
     * values are specified by the HTT_WHAL_CONFIG enum type
     */
    A_UINT32 whal_config_flag;
    /** nfcal_iteration_counts:
     * iteration count for Home/Scan/Periodic Noise Floor calibrations
     * nfcal_iteration_counts[0] - home NF iteration counter
     * nfcal_iteration_counts[1] - scan NF iteration counter
     * nfcal_iteration_counts[2] - periodic NF iteration counter
     */
    A_UINT32 nfcal_iteration_counts[3];
} htt_stats_phy_reset_stats_tlv;
/* preserve old name alias for new name consistent with the tag name */
typedef htt_stats_phy_reset_stats_tlv htt_phy_reset_stats_tlv;