]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Enhance QCA_WLAN_VENDOR_ATTR_CONFIG_EHT_MLO_MAX_NUM_LINKS
authorShivani Baranwal <quic_shivbara@quicinc.com>
Wed, 31 May 2023 09:41:24 +0000 (15:11 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 20 Jun 2023 20:58:17 +0000 (23:58 +0300)
Use zero value with QCA_WLAN_VENDOR_ATTR_CONFIG_EHT_MLO_MAX_NUM_LINKS to
restore the device default maximum number of allowed MLO links
capability.

Also, as per IEEE 802.11be/D3.0, the maximum number of allowed links for
an MLO connection is 15. Update the documentation of the attribute to
indicate the same.

Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
src/common/qca-vendor.h

index 2fcdfbe4be7bbb5eafa18ae61ec8564667b71986..8229f0718edfa80fa0c9c86346219432bfd6b0b6 100644 (file)
@@ -2976,8 +2976,13 @@ enum qca_wlan_vendor_attr_config {
        QCA_WLAN_VENDOR_ATTR_CONFIG_EHT_MLO_MAX_SIMULTANEOUS_LINKS = 88,
 
        /* 8-bit unsigned value to configure the driver with EHT MLO maximum
-        * number of links to be used for MLO connection.
-        * The range of the value is 1 to 16.
+        * number of links to be used for MLO connection. Value 0 restores the
+        * default value of the maximum MLO links capability of the device.
+        * The range of the value is 0 to 15.
+        *
+        * 0 - Restore default device limit.
+        * 1 to 15 - Set the maximum number of links to be used for an MLO
+        * connection.
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_EHT_MLO_MAX_NUM_LINKS = 89,