diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-13 12:22:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-10-13 12:22:48 +0000 |
commit | b7204be37b0087fb0c6134f44c63d52459cc103e (patch) | |
tree | c147606fec7e14191b02748c44003e2d10219c1a /package/acx/files/lib | |
parent | 6144179d612a4b1e127f30db8f2817c6e5f6712b (diff) | |
download | upstream-b7204be37b0087fb0c6134f44c63d52459cc103e.tar.gz upstream-b7204be37b0087fb0c6134f44c63d52459cc103e.tar.bz2 upstream-b7204be37b0087fb0c6134f44c63d52459cc103e.zip |
wifi: change the default channel from 5 to 11, 5 was a really bad choice
SVN-Revision: 23423
Diffstat (limited to 'package/acx/files/lib')
-rw-r--r-- | package/acx/files/lib/wifi/acx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx/files/lib/wifi/acx.sh b/package/acx/files/lib/wifi/acx.sh index 2775a7b1f7..9ee906dd81 100644 --- a/package/acx/files/lib/wifi/acx.sh +++ b/package/acx/files/lib/wifi/acx.sh @@ -185,7 +185,7 @@ detect_acx() { cat <<EOF config wifi-device $dev option type acx - option channel 5 + option channel 11 # REMOVE THIS LINE TO ENABLE WIFI: option disabled 1 |