]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove QCA_WLAN_VENDOR_ATTR_CONFIG_MLO_LINK_ID constraint
authorMohan Prabu <quic_mprabub@quicinc.com>
Fri, 3 Nov 2023 01:18:33 +0000 (06:48 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 6 Nov 2023 18:02:46 +0000 (20:02 +0200)
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>
src/common/qca-vendor.h

index 8a7224704102428f2e8ba2424045279187ad7087..7620f036720b4e163668367c02fb8746e62f211b 100644 (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,