From 6cc77193c6a1835e9da05bb5f2928fde309ac095 Mon Sep 17 00:00:00 2001
From: Kiran Kumar Lokere <klokere@codeaurora.org>
Date: Fri, 22 Jun 2018 17:31:45 -0700
Subject: [PATCH] Define test config QCA vendor attribute for Tx beamformee
 NSTS

Add a new wifi test config QCA vendor attribute to configure Tx
beamformee number of space-time streams value in the driver.
This is used for testbed configuration.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
---
 src/common/qca-vendor.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h
index ed8fb3a67..e428e4b26 100644
--- a/src/common/qca-vendor.h
+++ b/src/common/qca-vendor.h
@@ -5455,6 +5455,13 @@ enum qca_wlan_vendor_attr_wifi_test_config {
 	 */
 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_TX_BEAMFORMEE = 13,
 
+	/* 8-bit unsigned value to configure the tx beamformee number
+	 * of space-time streams.
+	 * This attribute is used to configure the testbed device.
+	 * The range of the value is 0 to 8.
+	 */
+	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_BEAMFORMEE_NSTS = 14,
+
 	/* keep last */
 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =