mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
add warning for 5Ghz NOT CHANGING HOSTAPD
This commit is contained in:
parent
0e2a703d32
commit
9caf17c2b8
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ if [ "$interface" = "wlan0" ]; then
|
||||||
echo "frequency is $result for carrier"
|
echo "frequency is $result for carrier"
|
||||||
if [ $result -lt 13 ]; then
|
if [ $result -lt 13 ]; then
|
||||||
FREQ2=$result
|
FREQ2=$result
|
||||||
|
else
|
||||||
|
syslog info "50-iiab channel $FREQ2 is 5Ghz NOT CHANGING HOSTAPD"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
echo "Using $FREQ2 for carrier"
|
echo "Using $FREQ2 for carrier"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue