From: Jingxiang Ge Date: Wed, 8 Mar 2023 04:27:10 +0000 (-0800) Subject: qca-vendor: Add QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NF_CAL_VAL X-Git-Tag: hostap_2_11~1243 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55e31699e9a63a5b011c81d1febcd24e9633c64b;p=thirdparty%2Fhostap.git 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 --- 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 =