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

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

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

HTT stats: add max_reg_only_allowed_power[] field in phy_tpc_stats TLV
Change-Id: Ie3ef2d8f215eb4b778d54016b3c4c562e4a036e4
CRs-Fixed: 2262693
parent b619c235
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9286,6 +9286,10 @@ typedef struct {
        };
        A_UINT32 ctl_args;
    };
    /** max_reg_only_allowed_power:
     * units = 0.25dBm
     */
    A_INT32 max_reg_only_allowed_power[HTT_STATS_MAX_CHAINS];
} htt_stats_phy_tpc_stats_tlv;
/* preserve old name alias for new name consistent with the tag name */
typedef htt_stats_phy_tpc_stats_tlv htt_phy_tpc_stats_tlv;