mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-22 04:55:06 +00:00
regression_test: Fix radio2 argument
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user