Remove QCA_WLAN_VENDOR_ATTR_CONFIG_MLO_LINK_ID constraint

Currently the documentation for QCA_WLAN_VENDOR_ATTR_CONFIG_MLO_LINK_ID
indicates it is only for use inside nest attribute
QCA_WLAN_VENDOR_ATTR_CONFIG_MLO_LINKS.  Update the documentation to
allow it to be used outside that nest as well.

Signed-off-by: Mohan Prabu <quic_mprabub@quicinc.com>
This commit is contained in:
Mohan Prabu 2023-11-03 06:48:33 +05:30 committed by Jouni Malinen
parent cc1867f5ca
commit 76ae985b0a

View file

@ -3191,8 +3191,11 @@ enum qca_wlan_vendor_attr_config {
*/
QCA_WLAN_VENDOR_ATTR_CONFIG_EPCS_FUNCTION = 98,
/* 8-bit unsigned value. Used only for representing MLO link ID of a
* link inside %QCA_WLAN_VENDOR_ATTR_CONFIG_MLO_LINKS.
/* 8-bit unsigned value. Used to specify the MLO link ID of a link
* that is being configured. This attribute must be included in each
* record nested inside %QCA_WLAN_VENDOR_ATTR_CONFIG_MLO_LINKS, and
* may be included without nesting to indicate the link that is the
* target of other configuration attributes.
*/
QCA_WLAN_VENDOR_ATTR_CONFIG_MLO_LINK_ID = 99,