From: Kiran Kumar Lokere Date: Thu, 18 Feb 2021 20:04:43 +0000 (-0800) Subject: QCA vendor attribute to configure RU 242 tone for data Tx X-Git-Tag: hostap_2_10~525 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb7590f3497ad7b35a4e98b131e91418ccc9cec;p=thirdparty%2Fhostap.git QCA vendor attribute to configure RU 242 tone for data Tx Add a QCA vendor attribute to configure the driver/firmware to use only RU 242 tone for data frame transmission. This attribute is used for testing purposes. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index e6133c87c..42921d2bf 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -7965,6 +7965,13 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BSS_MAX_IDLE_PERIOD = 46, + /* 8-bit unsigned value to configure the driver to use only RU 242 tone + * for data transmission. + * 0 - Default behavior, 1 - Configure RU 242 tone for data Tx. + * This attribute is used to configure the testbed device. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_RU_242_TONE_TX = 47, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =