fix mistakes in last commit
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 23 Oct 2008 03:53:56 +0000 (03:53 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 23 Oct 2008 03:53:56 +0000 (03:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13033 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/madwifi/files/lib/wifi/madwifi.sh

index 4bb5be569eaecd1c12d596301bb5f33ab7c81c13..0da4ededf48f446910a67bd91357c0ac0298754e 100755 (executable)
@@ -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