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>
*/
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,