diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:12 -0500 |
commit | faa2df11597cf496205d3d629e3b3147b569afc8 (patch) | |
tree | 6e1db42c42365087686f48dbe9c39515de03f4ab /net/iwconfig.sh.BSD.in | |
parent | 711713d6642eff155bfede8a2dd213824016b76c (diff) |
more whitespace cleanup
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'net/iwconfig.sh.BSD.in')
-rw-r--r-- | net/iwconfig.sh.BSD.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/iwconfig.sh.BSD.in b/net/iwconfig.sh.BSD.in index ec88e66a..f94246b4 100644 --- a/net/iwconfig.sh.BSD.in +++ b/net/iwconfig.sh.BSD.in @@ -477,7 +477,7 @@ iwconfig_defaults() #ifconfig "${iface}" txpower 100 2>/dev/null ifconfig "${IFACE}" bssid - ifconfig "${IFACE}" ssid - - ifconfig "${IFACE}" wepkey 1:- wepkey 2:- wepkey 3:- wepkey 4:- + ifconfig "${IFACE}" wepkey 1:- wepkey 2:- wepkey 3:- wepkey 4:- ifconfig "${IFACE}" authmode open ifconfig "${IFACE}" -mediaopt adhoc ifconfig "${IFACE}" -mediaopt hostap @@ -563,8 +563,8 @@ iwconfig_pre_start() return 0 fi - iwconfig_defaults - iwconfig_user_config + iwconfig_defaults + iwconfig_user_config # Set the base metric to be 2000 metric=2000 |