From 47c1479e3f4143f0e47609b589a706805ce8b458 Mon Sep 17 00:00:00 2001 From: Paul Zhang Date: Wed, 11 Nov 2020 15:42:07 +0800 Subject: [PATCH] qcacmn: Add test configuration attr to enable/disable full bandwidth UL MU-MIMO Define a QCA vendor attribute QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_FULL_BW_UL_MU_MIMO to enable/disable full bandwidth UL MU-MIMO subfield in the HE PHY capabilities information field for testing purposes. Change-Id: I666abb2654603069140bd603ae0377ea01a720fa CRs-Fixed: 2816951 --- os_if/linux/qca_vendor.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/os_if/linux/qca_vendor.h b/os_if/linux/qca_vendor.h index 2a0a032cd4..6dd3608285 100644 --- a/os_if/linux/qca_vendor.h +++ b/os_if/linux/qca_vendor.h @@ -8120,6 +8120,15 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_FILS_DISCOVERY_FRAMES_TX = 44, + /* 8-bit unsigned value to configure the driver/firmware to enable or + * disable full bandwidth UL MU-MIMO subfield in the HE PHY capabilities + * information field. + * 0 - Disable full bandwidth UL MU-MIMO subfield + * 1 - Enable full bandwidth UL MU-MIMO subfield + * This attribute is used to configure the testbed device. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_FULL_BW_UL_MU_MIMO = 45, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =