From: Veerendranath Jakkam Date: Thu, 22 Jun 2023 05:34:02 +0000 (+0530) Subject: Add support to configure per-MLO link maximum supported channel width X-Git-Tag: hostap_2_11~1093 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30f5bdc34c6abf5c177144ddf7aeb5bf237c9e41;p=thirdparty%2Fhostap.git Add support to configure per-MLO link maximum supported channel width Update documentation of the QCA_WLAN_VENDOR_ATTR_CONFIG_CHANNEL_WIDTH and QCA_WLAN_VENDOR_ATTR_CONFIG_CHAN_WIDTH_UPDATE_TYPE attributes to indicate support for per-MLO link configuration. Signed-off-by: Veerendranath Jakkam --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 47f680faf..b776082f1 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -2754,6 +2754,9 @@ enum qca_wlan_vendor_attr_config { * state, it should not exceed the negotiated channel width. If it is * configured when STA is in disconnected state, the configured value * will take effect for the next immediate connection. + * This configuration can be sent inside + * %QCA_WLAN_VENDOR_ATTR_CONFIG_MLO_LINKS to specify the maximum + * supported channel width per-MLO link. * * This uses values defined in enum nl80211_chan_width. */ @@ -3125,6 +3128,9 @@ enum qca_wlan_vendor_attr_config { * %QCA_WLAN_VENDOR_ATTR_CONFIG_CHANNEL_WIDTH when STA is in connected * state. This configuration is applicable only for the current * connection. This configuration not allowed in disconnected state. + * This configuration can be sent inside + * %QCA_WLAN_VENDOR_ATTR_CONFIG_MLO_LINKS to specify the maximum + * supported channel width update type per-MLO link. * * valid values: * 0 - The maximum allowed bandwidth change is applicable for both Tx