diff options
author | Roy Marples <roy@marples.name> | 2007-04-09 18:57:57 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-09 18:57:57 +0000 |
commit | c5ddc6ef74460f72ea56350c6ff002c9630f6552 (patch) | |
tree | 6af6fe8b218de16004870a7c86ca5c675c64077e /net.BSD | |
parent | 5076114aa70b102ffabdb5023ccae4b299be82df (diff) |
duh
Diffstat (limited to 'net.BSD')
-rw-r--r-- | net.BSD/iwconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net.BSD/iwconfig.sh b/net.BSD/iwconfig.sh index e7134082..73f23373 100644 --- a/net.BSD/iwconfig.sh +++ b/net.BSD/iwconfig.sh @@ -145,7 +145,7 @@ iwconfig_associate() { mode="adhoc" if ! LC_ALL=C ifconfig "${IFACE}" | \ grep -q "^[[:space:]]*media: .*adhoc" ; then - ifconfig "${IFACE}" down -mediaopt adhoc up + ifconfig "${IFACE}" down mediaopt adhoc up fi ;; *) |