diff options
author | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-21 08:37:17 +0000 |
---|---|---|
committer | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-21 08:37:17 +0000 |
commit | 413f57040dc4173929e3257226b07a32d1111c0d (patch) | |
tree | 2f947eec552393d2ae65c07c84b92176ed1d2265 /package/hostap-driver | |
parent | c0bff5007c7957ed3753b6ae70d69eeee912b82f (diff) |
[package] hostap-driver: Change default channel from 5 to 11
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23565 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-driver')
-rwxr-xr-x | package/hostap-driver/files/lib/wifi/hostap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostap-driver/files/lib/wifi/hostap.sh b/package/hostap-driver/files/lib/wifi/hostap.sh index 0c7a9d37b..d5afc0457 100755 --- a/package/hostap-driver/files/lib/wifi/hostap.sh +++ b/package/hostap-driver/files/lib/wifi/hostap.sh @@ -194,7 +194,7 @@ detect_prism2() { config wifi-device $dev option type prism2 - option channel 6 + option channel 11 # REMOVE THIS LINE TO ENABLE WIFI: option disabled 1 |