HE: Fix the default setting for beamformee STS param

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
diff --git a/sta.c b/sta.c
index 9dabda8..e3dc064 100644
--- a/sta.c
+++ b/sta.c
@@ -6451,7 +6451,10 @@
 					"Set LTF config to default in sta_reset_default_wcn failed");
 		}
 
-		if (sta_set_beamformee_sts(dut, intf, 0)) {
+		/* set the beamformee NSTS(maximum number of
+		 * space-time streams) to default DUT config
+		 */
+		if (sta_set_beamformee_sts(dut, intf, 7)) {
 			sigma_dut_print(dut, DUT_MSG_ERROR,
 					"Failed to set BeamformeeSTS");
 		}
@@ -6528,6 +6531,15 @@
 				sigma_dut_print(dut, DUT_MSG_ERROR,
 						"Setting of HE fragmentation failed");
 			}
+
+			/* set the beamformee NSTS(maximum number of
+			 * space-time streams) to default testbed config
+			 */
+			if (sta_set_beamformee_sts(dut, intf, 3)) {
+				sigma_dut_print(dut, DUT_MSG_ERROR,
+						"Failed to set BeamformeeSTS");
+			}
+
 #endif /* NL80211_SUPPORT */
 
 			/* Enable WEP/TKIP with HE capability in testbed */