From 59e9794c7d7ee96062dbde4661953ada2461ba41 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Lokere Date: Thu, 18 Feb 2021 13:20:28 -0800 Subject: [PATCH] QCA vendor attribute to configure Punctured Preamble Rx in HE cap Add a QCA vendor attribute to enable/disable the Punctured Preamble Rx support in HE PHY capabilities. This attribute is used for testing purposes. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 970a04e23..f7e5571d1 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -7980,6 +7980,15 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_DISABLE_DATA_MGMT_RSP_TX = 48, + /* 8-bit unsigned value to configure the driver/firmware to enable or + * disable Punctured Preamble Rx subfield in the HE PHY capabilities + * information field. + * 0 - Disable Punctured Preamble Rx subfield + * 1 - Enable Punctured Preamble Rx subfield + * This attribute is used to configure the testbed device. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_PUNCTURED_PREAMBLE_RX = 49, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =