From 5579c11c3ed1d0e85797422153ddc70a7f6b6b89 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 7 Jul 2017 13:26:45 +0300 Subject: [PATCH] Fix a typo in vendor attribute documentation The attribute is QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE, not QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 6e46cad26..125cd398d 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -2664,7 +2664,7 @@ enum qca_vendor_attr_sar_limits_spec_modulations { /** * enum qca_vendor_attr_sar_limits - Attributes for SAR power limits * - * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT: Optional (u32) value to + * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE: Optional (u32) value to * select which SAR power limit table should be used. Valid * values are enumerated in enum * %qca_vendor_attr_sar_limits_selections. The existing SAR