regression_test: Fix radio2 argument

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-06 15:35:55 -08:00
parent 7aeef0674c
commit 3744ddfbb0

View File

@@ -105,7 +105,7 @@ if [[ ${#RADIO_USED} -eq 0 ]]; then # Allow the user to change the radio they te
fi fi
if [[ ${#RADIO2} -eq 0 ]]; then # Allow the user to change the radio they test against if [[ ${#RADIO2} -eq 0 ]]; then # Allow the user to change the radio they test against
RADIO_USED="wiphy0" RADIO2="wiphy0"
fi fi
if [[ ${#UPSTREAM} -eq 0 ]]; then if [[ ${#UPSTREAM} -eq 0 ]]; then
UPSTREAM="eth1" UPSTREAM="eth1"