Update DFS terminology in attribute value documentation
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>
This commit is contained in:
parent
621745917f
commit
6dc2c0118a
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue