From c67233f15cfc0cc246111775d48c99eaa78e6c0f Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 9 Jul 2008 18:28:45 +0000 Subject: [PATCH] Don't set silly defaults that may brake users. --- net/iwconfig.sh.Linux.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/iwconfig.sh.Linux.in b/net/iwconfig.sh.Linux.in index 31930205..ea7cfd6e 100644 --- a/net/iwconfig.sh.Linux.in +++ b/net/iwconfig.sh.Linux.in @@ -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