From 55e31699e9a63a5b011c81d1febcd24e9633c64b Mon Sep 17 00:00:00 2001 From: Jingxiang Ge Date: Tue, 7 Mar 2023 20:27:10 -0800 Subject: [PATCH] qca-vendor: Add QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NF_CAL_VAL Add QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NF_CAL_VAL attribute for noise floor calibration value. Signed-off-by: Jingxiang Ge --- src/common/qca-vendor.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 240381226..129c0ff3e 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -4371,6 +4371,11 @@ enum qca_wlan_vendor_attr_ll_stats_results { */ QCA_WLAN_VENDOR_ATTR_LL_STATS_TIM_BEACON_ERR = 89, + /* Signed 32 bit value. It represents the noise floor calibration value. + * Possible values are -120~-50 dBm. + */ + QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NF_CAL_VAL = 90, + /* keep last */ QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX = -- 2.47.2