From 3744ddfbb0f8b03623d1750e30c6f005e45f2683 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Mon, 6 Dec 2021 15:35:55 -0800 Subject: [PATCH] regression_test: Fix radio2 argument Signed-off-by: Matthew Stidham --- py-scripts/regression_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index 501eb812..236cfae5 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -105,7 +105,7 @@ if [[ ${#RADIO_USED} -eq 0 ]]; then # Allow the user to change the radio they te fi if [[ ${#RADIO2} -eq 0 ]]; then # Allow the user to change the radio they test against - RADIO_USED="wiphy0" + RADIO2="wiphy0" fi if [[ ${#UPSTREAM} -eq 0 ]]; then UPSTREAM="eth1"