]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix couple of QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS comments
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 22 Dec 2017 16:57:47 +0000 (18:57 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 22 Dec 2017 16:57:47 +0000 (18:57 +0200)
Copy-paste errors in the command name (set vs. the new get).

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index aa7a65c95364928b956fd50674a98b10a0471550..cee5e976b9f8a3e0255aa594fa042251faa642c8 100644 (file)
@@ -2759,7 +2759,7 @@ enum qca_wlan_vendor_tdls_trigger_mode {
  * attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT in an instance of
  * the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor command or in
  * the response to an instance of the
- * %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor command.
+ * %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS vendor command.
  */
 enum qca_vendor_attr_sar_limits_selections {
        QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF0 = 0,
@@ -2784,7 +2784,7 @@ enum qca_vendor_attr_sar_limits_selections {
  * instance of attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC in an
  * instance of the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor
  * command or in the response to an instance of the
- * %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor command.
+ * %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS vendor command.
  */
 enum qca_vendor_attr_sar_limits_spec_modulations {
        QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_CCK = 0,