svn commit: r191128 - head/tools/tools/net80211/scripts

Sam Leffler sam at FreeBSD.org
Wed Apr 15 22:11:05 UTC 2009


Author: sam
Date: Wed Apr 15 22:11:04 2009
New Revision: 191128
URL: http://svn.freebsd.org/changeset/base/191128

Log:
  no more need for -p option to wlanwds; it knows how to find the parent now

Modified:
  head/tools/tools/net80211/scripts/setup.wdsmain

Modified: head/tools/tools/net80211/scripts/setup.wdsmain
==============================================================================
--- head/tools/tools/net80211/scripts/setup.wdsmain	Wed Apr 15 22:10:33 2009	(r191127)
+++ head/tools/tools/net80211/scripts/setup.wdsmain	Wed Apr 15 22:11:04 2009	(r191128)
@@ -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


More information about the svn-src-all mailing list