فهرست منبع

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
spuligil 1 سال پیش
والد
کامیت
f26ad828af
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      fw/htt_stats.h

+ 7 - 0
fw/htt_stats.h

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