RTS_FORCE: Additional command configures SIFS bursting mode (Atheros)

The default mode is using CTS-to-self to extend the burst; the new
command is without using CTS-to-self.

Signed-off-by: priyadharshini gowthaman <pgowtham@qca.qualcomm.com>
diff --git a/sta.c b/sta.c
index 4be5e17..5723696 100644
--- a/sta.c
+++ b/sta.c
@@ -3249,6 +3249,12 @@
 				sigma_dut_print(dut, DUT_MSG_ERROR,
 						"Failed to set RTS_FORCE 64");
 			}
+			snprintf(buf, sizeof(buf),
+				 "wifitool %s beeliner_fw_test 100 1", intf);
+			if (system(buf) != 0) {
+				sigma_dut_print(dut, DUT_MSG_ERROR,
+						"wifitool beeliner_fw_test 100 1 failed");
+			}
 		} else if (strcasecmp(val, "Disable") == 0) {
 			snprintf(buf, sizeof(buf), "iwconfig %s rts 2347",
 				 intf);