From 4f910f38e57d154f7ef559dad7d31cadf045b9a2 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 2 Aug 2016 21:11:25 +0300 Subject: [PATCH] Fix a typo in QCA vendor attribution documentation The previously used subcommand names in the comment did not match the ones defined above. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 798edc1c9..182ce3e92 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -603,8 +603,8 @@ enum qca_vendor_attr_txpower_decr_db { }; /* Attributes for data used by - * QCA_NL80211_VENDOR_SUBCMD_SET_CONFIGURATION and - * QCA_NL80211_VENDOR_SUBCMD_GET_CONFIGURATION subcommands. + * QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION and + * QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_CONFIGURATION subcommands. */ enum qca_wlan_vendor_attr_config { QCA_WLAN_VENDOR_ATTR_CONFIG_INVALID,