fix mistakes in last commit
SVN-Revision: 13033
This commit is contained in:
parent
5506db71c3
commit
0aaaf0e266
1 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ enable_atheros() {
|
|||
devname="$(cat /proc/sys/dev/$device/dev_name)"
|
||||
antgpio=
|
||||
case "$devname" in
|
||||
NanoStation2) antgpio=wifi; [ -n "$gpioctl" ] && gpioctl=0;;
|
||||
NanoStation2) antgpio=wlan; [ -n "$gpioctl" ] && gpioctl=0;;
|
||||
NanoStation5) antgpio=1;;
|
||||
esac
|
||||
if [ -n "$antgpio" ]; then
|
||||
|
@ -199,7 +199,7 @@ enable_atheros() {
|
|||
case "$antenna" in
|
||||
horizontal|vertical|auto)
|
||||
if [ "$gpioctl" = "0" ]; then
|
||||
echo 0 >/sys/class/leds/$antgpio/brightness 2>&1
|
||||
echo 1 >/sys/class/leds/$antgpio/brightness 2>&1
|
||||
else
|
||||
gpioctl "dirout" "$antgpio" >/dev/null 2>&1
|
||||
gpioctl "set" "$antgpio" >/dev/null 2>&1
|
||||
|
|
Loading…
Reference in a new issue