Fix couple of QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS comments

Copy-paste errors in the command name (set vs. the new get).

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2017-12-22 18:57:47 +02:00 committed by Jouni Malinen
parent 2fca2d2144
commit 1a2cb20d5b

View file

@ -2759,7 +2759,7 @@ enum qca_wlan_vendor_tdls_trigger_mode {
* attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT in an instance of * 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 %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor command or in
* the response to an instance of the * 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 { enum qca_vendor_attr_sar_limits_selections {
QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF0 = 0, 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 attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC in an
* instance of the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor * instance of the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor
* command or in the response to an instance of the * 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 { enum qca_vendor_attr_sar_limits_spec_modulations {
QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_CCK = 0, QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_CCK = 0,