diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-13 12:22:48 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-13 12:22:48 +0000 |
commit | 5067696d5eec55d0f7a270f1fb163b67227a97e1 (patch) | |
tree | ec2c913f588790dfaf847ecc81a99233896b1a11 /package/acx/files/lib | |
parent | 28ea12b3b334cd77895c287b4b264771ebf7b546 (diff) |
wifi: change the default channel from 5 to 11, 5 was a really bad choice
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23423 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |