From: Mohan Prabu Date: Fri, 3 Nov 2023 01:18:33 +0000 (+0530) Subject: Remove QCA_WLAN_VENDOR_ATTR_CONFIG_MLO_LINK_ID constraint X-Git-Tag: hostap_2_11~822 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ae985b0ac04c2e87a24803688eb6a3d56782c5;p=thirdparty%2Fhostap.git 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 --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 8a7224704..7620f0367 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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,