mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +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"
|
||||
if [ $result -lt 13 ]; then
|
||||
FREQ2=$result
|
||||
else
|
||||
syslog info "50-iiab channel $FREQ2 is 5Ghz NOT CHANGING HOSTAPD"
|
||||
fi
|
||||
done
|
||||
echo "Using $FREQ2 for carrier"
|
||||
|
|
Loading…
Reference in a new issue