From 1da1673aae65750cfad21537f26ede89365782f8 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Lokere Date: Tue, 8 Dec 2020 18:37:15 -0800 Subject: [PATCH] qcacmn: 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. Change-Id: I32af9b34b335887279a41f64d7e93b14d6f44f41 CRs-Fixed: 2884735 --- os_if/linux/qca_vendor.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/os_if/linux/qca_vendor.h b/os_if/linux/qca_vendor.h index e91e2d523e..d799bb5730 100644 --- a/os_if/linux/qca_vendor.h +++ b/os_if/linux/qca_vendor.h @@ -8395,6 +8395,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 =