]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Rename vendor attribute DISABLE_OFFCHANNEL to RESTRICT_OFFCHANNEL
authorSunil Dutt <usdutt@qti.qualcomm.com>
Tue, 23 May 2017 16:49:34 +0000 (22:19 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 26 May 2017 10:18:06 +0000 (13:18 +0300)
This commit renames the vendor attribute
QCA_WLAN_VENDOR_ATTR_CONFIG_DISABLE_OFFCHANNEL to
QCA_WLAN_VENDOR_ATTR_CONFIG_RESTRICT_OFFCHANNEL as intended by the
original commit d506c35efc9177cf622bc19b9860d9f7f5554536 ('Set Wi-Fi
Configuration attribute to restrict offchannel operations').

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

index 8037e53c70efc06e1cfa1fba6ab56b7eae8e0026..1f31c9c73bd2ce68be5f2da4b445b410d94ba6c5 100644 (file)
@@ -1371,9 +1371,9 @@ enum qca_wlan_vendor_attr_config {
         * other band in a DBS case. This is because of the scan being
         * restricted on these channels as mentioned above.
         *
-        * 1-Disable offchannel operations, 0-Enable offchannel operations.
+        * 1-Restrict / 0-Don't restrict offchannel operations.
         */
-       QCA_WLAN_VENDOR_ATTR_CONFIG_DISABLE_OFFCHANNEL = 49,
+       QCA_WLAN_VENDOR_ATTR_CONFIG_RESTRICT_OFFCHANNEL = 49,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,