]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Update DFS terminology in attribute value documentation
authorJouni Malinen <jouni@codeaurora.org>
Thu, 11 Jun 2020 18:53:24 +0000 (21:53 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 11 Jun 2020 18:53:24 +0000 (21:53 +0300)
Use "client device" as the term for the device that operates under a
guidance of the device responsible for enforcing DFS rules.

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

index c6a19b7bfdfb3c687806c971611e342ca7c1928b..2136c020ced340c80fc85c66ee75455b3f516a8a 100644 (file)
@@ -4839,9 +4839,9 @@ enum qca_wlan_vendor_channel_prop_flags_ext {
        QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DISALLOW_ADHOC  = 1 << 6,
        /* Station only channel */
        QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DISALLOW_HOSTAP = 1 << 7,
-       /* DFS radar history for slave device (STA mode) */
+       /* DFS radar history for client device (STA mode) */
        QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_HISTORY_RADAR   = 1 << 8,
-       /* DFS CAC valid for slave device (STA mode) */
+       /* DFS CAC valid for client device (STA mode) */
        QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_CAC_VALID       = 1 << 9,
 };