diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2010-10-21 08:37:17 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2010-10-21 08:37:17 +0000 |
commit | 471138179600c19346fbe9906435977ce173370e (patch) | |
tree | 73d1bb1487fcdb44914d23fa470d9c8edfbd2d81 /package/hostap-driver | |
parent | 28d277e54298a8094fa61ca9824c5d2baebf578d (diff) | |
download | upstream-471138179600c19346fbe9906435977ce173370e.tar.gz upstream-471138179600c19346fbe9906435977ce173370e.tar.bz2 upstream-471138179600c19346fbe9906435977ce173370e.zip |
hostap-driver: Change default channel from 5 to 11
SVN-Revision: 23565
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 0c7a9d37b4..d5afc04578 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 |