fix madwifi channel setting (#2073)

SVN-Revision: 8681
This commit is contained in:
Felix Fietkau 2007-09-07 20:42:59 +00:00
parent 4db9556f99
commit 0739784fe8

View file

@ -103,7 +103,7 @@ enable_atheros() {
*a) agmode=11a;;
*) agmode=auto;;
esac
iwconfig "$ifname" channel 0 >/dev/null 2>/dev/null
iwconfig "$ifname" channel "$channel" >/dev/null 2>/dev/null
ifconfig "$ifname" up
sleep 1
iwpriv "$ifname" mode "$agmode"