Don't set silly defaults that may brake users.

This commit is contained in:
Roy Marples 2008-07-09 18:28:45 +00:00
parent b15c4758f8
commit c67233f15c

View File

@ -601,10 +601,8 @@ iwconfig_connect_not_preferred()
iwconfig_defaults()
{
local x=
for x in txpower rate rts frag; do
iwconfig "${IFACE}" "${x}" auto 2>/dev/null
done
# Turn on the radio
iwconfig "${IFACE}" txpower on 2>/dev/null
# Release the AP forced
# Must do ap and then ssid otherwise scanning borks