]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Vendor attributes for ssetting TX A-MSDU and RX A-MSDU parameters
authorMin Liu <minliu@codeaurora.org>
Thu, 7 May 2020 08:20:10 +0000 (16:20 +0800)
committerJouni Malinen <j@w1.fi>
Wed, 20 May 2020 21:53:20 +0000 (00:53 +0300)
Define QCA vendor attributes for SET(GET)_WIFI_CONFIGURATION to
dynamically configure capabilities for TX A-MSDU and RX A-MSDU.

Signed-off-by: Min Liu <minliu@codeaurora.org>
src/common/qca-vendor.h

index 50b6938d9fc280e4d189828c8f153223cb9fe0fc..bb133e1c4902b2b1928cc2680d68a60f85e87ad9 100644 (file)
@@ -2135,6 +2135,18 @@ enum qca_wlan_vendor_attr_config {
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_PHY_MODE = 62,
 
+       /* 8-bit unsigned value to configure the maximum number of subframes of
+        * TX MSDU for aggregation. Possible values are 0-31. When set to 0,
+        * it is decided by the hardware.
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_TX_MSDU_AGGREGATION = 65,
+
+       /* 8-bit unsigned value to configure the maximum number of subframes of
+        * RX MSDU for aggregation. Possible values are 0-31. When set to 0,
+        * it is decided by the hardware.
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_RX_MSDU_AGGREGATION = 66,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =