]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Change the ADDBA buffer size attribute type to U16 from U8
authorKiran Kumar Lokere <klokere@codeaurora.org>
Wed, 15 Aug 2018 19:01:24 +0000 (12:01 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 24 Aug 2018 13:27:34 +0000 (16:27 +0300)
The max supported ADDBA buffer size value is 256, so change
the buffer size attribute type to U16 to configure the testbed
device to use the 256 buffer size in ADDBA negotiation in 11ax
testing.

This attribute is used only to configure a testbed device and the old
definition of this attribute was not used in any deployed implementation
hence it is still justifiable to change the definition.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h

index eaa8b76609061aa74d24075910f7532b84616d42..e89f27665bd097c69b3df79924ceb639ed92c1b1 100644 (file)
@@ -5442,10 +5442,10 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADD_DEL_BA_SESSION = 7,
 
-       /* 8-bit unsigned value to configure the buffer size in addba
+       /* 16-bit unsigned value to configure the buffer size in addba
         * request and response frames.
         * This attribute is used to configure the testbed device.
-        * The range of the value is 0 to 255.
+        * The range of the value is 0 to 256.
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADDBA_BUFF_SIZE = 8,