Rename vendor attribute DISABLE_OFFCHANNEL to RESTRICT_OFFCHANNEL
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 d506c35efc
('Set Wi-Fi
Configuration attribute to restrict offchannel operations').
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
d506c35efc
commit
9ddba3a309
1 changed files with 2 additions and 2 deletions
|
@ -1371,9 +1371,9 @@ enum qca_wlan_vendor_attr_config {
|
||||||
* other band in a DBS case. This is because of the scan being
|
* other band in a DBS case. This is because of the scan being
|
||||||
* restricted on these channels as mentioned above.
|
* 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 */
|
/* keep last */
|
||||||
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
||||||
|
|
Loading…
Reference in a new issue