diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-03-17 07:23:32 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-03-17 07:23:32 +0000 |
commit | a15af2dffcb64a8fe5f30990199a9253bcd2ce49 (patch) | |
tree | ecc834c5983dd6203a23d6e859f1fa4f18aeafa4 | |
parent | bc196e68fef6ede22ee3f5a00ca7af496e840192 (diff) | |
download | upstream-a15af2dffcb64a8fe5f30990199a9253bcd2ce49.tar.gz upstream-a15af2dffcb64a8fe5f30990199a9253bcd2ce49.tar.bz2 upstream-a15af2dffcb64a8fe5f30990199a9253bcd2ce49.zip |
hostap-driver: Remove newline at start of config (cosmetic)
SVN-Revision: 26202
-rwxr-xr-x | package/hostap-driver/files/lib/wifi/hostap.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/hostap-driver/files/lib/wifi/hostap.sh b/package/hostap-driver/files/lib/wifi/hostap.sh index 9d19453819..820a2e7861 100755 --- a/package/hostap-driver/files/lib/wifi/hostap.sh +++ b/package/hostap-driver/files/lib/wifi/hostap.sh @@ -246,7 +246,6 @@ detect_prism2() { config_foreach check_prism2_device wifi-device [ "$found" -gt 0 ] && continue cat <<EOF - config wifi-device radio$devidx option type prism2 option channel 11 |