Explorar o código

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
spuligil hai 1 ano
pai
achega
d3e1c40ec1
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      fw/htt_stats.h

+ 4 - 0
fw/htt_stats.h

@@ -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;