1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

add warning is 5Ghz - ignoring

This commit is contained in:
Jerry Vonau 2020-09-07 19:08:51 -05:00
parent 9caf17c2b8
commit 18d32b2b8d

View file

@ -53,6 +53,8 @@ for result in $FREQ; do
if [ $result -lt 2485 ] && [ $result -gt 2407 ]; then if [ $result -lt 2485 ] && [ $result -gt 2407 ]; then
FREQ2=$result FREQ2=$result
break break
else
echo "channel $result is 5Ghz - ignoring"
fi fi
done done
echo "Using $FREQ2 for $SSID" echo "Using $FREQ2 for $SSID"