summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-04-15 22:11:04 +0000
committersam <sam@FreeBSD.org>2009-04-15 22:11:04 +0000
commit95a1b4c664a4a9e678faebc2a9c8296bdb291051 (patch)
treeaf527837987c29318f62d1e9697868bd63409362 /tools
parent4816b62a4d46f9f69a105827c36ee889d85812e4 (diff)
downloadFreeBSD-src-95a1b4c664a4a9e678faebc2a9c8296bdb291051.zip
FreeBSD-src-95a1b4c664a4a9e678faebc2a9c8296bdb291051.tar.gz
no more need for -p option to wlanwds; it knows how to find the parent now
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/net80211/scripts/setup.wdsmain2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/net80211/scripts/setup.wdsmain b/tools/tools/net80211/scripts/setup.wdsmain
index d535054..6747b66 100644
--- a/tools/tools/net80211/scripts/setup.wdsmain
+++ b/tools/tools/net80211/scripts/setup.wdsmain
@@ -33,7 +33,7 @@ ifconfig $BRIDGE addm \$DEV
ifconfig \$DEV up
EOF
chmod +x $WDSUP
-$WLANWDS -v -p $WIRELESS -s $WDSUP &
+$WLANWDS -v -s $WDSUP &
ifconfig $BRIDGE addm $WLAN_AP addm $WIRED up
ifconfig $WIRED up
OpenPOWER on IntegriCloud