From 15347f94fca4756332f030ed80a478766c812940 Mon Sep 17 00:00:00 2001 From: spuligil Date: Tue, 28 Nov 2023 18:01:30 -0800 Subject: [PATCH] fw-api: CL 25473754 - update fw common interface files HTT stats: add extra_eht_ltf_ofdma in tx_pdev_rate_stats TLV struct Change-Id: I34540e3f8992ea267b79018f41f35589b4dda6c1 CRs-Fixed: 2262693 --- fw/htt_stats.h | 2 ++ fw/wmi_unified.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fw/htt_stats.h b/fw/htt_stats.h index b9e5b370a8..44276ba324 100644 --- a/fw/htt_stats.h +++ b/fw/htt_stats.h @@ -5398,6 +5398,8 @@ typedef struct { A_UINT32 trigger_type_11be[HTT_TX_PDEV_STATS_NUM_11BE_TRIGGER_TYPES]; /** Stats for Extra EHT LTF */ A_UINT32 extra_eht_ltf; + /** Counter for Extra EHT LTFs in OFDMA sequences */ + A_UINT32 extra_eht_ltf_ofdma; } htt_stats_tx_pdev_rate_stats_tlv; /* preserve old name alias for new name consistent with the tag name */ typedef htt_stats_tx_pdev_rate_stats_tlv htt_tx_pdev_rate_stats_tlv; diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index f4ada78283..7bb4893605 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -4633,7 +4633,7 @@ typedef struct { * WMI_RSRC_CFG_HOST_SERVICE_FLAG_RADAR_FLAGS_FULL_BW_NOL_GET * and _SET macros. * Bit 15 - * This bit will be set if the has qms_dlkm support enabled. + * This bit will be set if the host has qms_dlkm support enabled. * Refer to the below definitions of the * WMI_RSRC_CFG_HOST_SERVICE_FLAG_QMS_DLKM_SUPPORT_GET * and _SET macros.