From b42abb74194006aa01a48fc86eec20331bad357e Mon Sep 17 00:00:00 2001 From: Hasso Tepper Date: Fri, 1 Feb 2008 08:39:58 +0000 Subject: [PATCH] More wicontrol(8) removal. --- Makefile_upgrade.inc | 5 ++++- sys/dev/netif/ndis/README | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 9648bde610..7b8df07dfb 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1,4 +1,4 @@ -# $DragonFly: src/Makefile_upgrade.inc,v 1.5 2008/01/26 14:17:27 swildner Exp $ +# $DragonFly: src/Makefile_upgrade.inc,v 1.6 2008/02/01 08:39:58 hasso Exp $ # # Append all obsolete files to this file # Avoid constructs like {foo,bar}. It is parsed by /bin/sh @@ -519,3 +519,6 @@ TO_REMOVE+=/usr/share/examples/worm TO_REMOVE+=/usr/share/examples/tcsh/csh-mode.el TO_REMOVE+=/usr/share/man/man5/pbm.5.gz TO_REMOVE+=/usr/share/man/cat5/pbm.5.gz +TO_REMOVE+=/usr/sbin/wicontrol +TO_REMOVE+=/usr/share/man/man8/wicontrol.8.gz +TO_REMOVE+=/usr/share/man/cat8/wicontrol.8.gz diff --git a/sys/dev/netif/ndis/README b/sys/dev/netif/ndis/README index e47f560be6..d230bc4fa4 100644 --- a/sys/dev/netif/ndis/README +++ b/sys/dev/netif/ndis/README @@ -1,4 +1,4 @@ -$DragonFly: src/sys/dev/netif/ndis/README,v 1.1 2004/07/29 21:51:55 dillon Exp $ +$DragonFly: src/sys/dev/netif/ndis/README,v 1.2 2008/02/01 08:39:58 hasso Exp $ USING IF_NDIS WITH WINDOWS DEVICE DRIVERS (1) Locate the .INF and .SYS file for the windows driver. I have no idea @@ -44,11 +44,11 @@ $DragonFly: src/sys/dev/netif/ndis/README,v 1.1 2004/07/29 21:51:55 dillon Exp $ ndis0: 11g rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps (5) Bring the interface up and associate the SSID. If you aren't sure - what your basestation id is you can use 'wicontrol -i ndis0 -l' to + what your basestation id is you can use 'ifconfig -v ndis0 list scan' to list available ssid's. # ifconfig ndis0 up - # wicontrol -i ndis0 -l + # ifconfig -v ndis0 list scan # ifconfig ssid "your_basestation_id" (6) Ifconfig should show the interface up and associated. Run dhclient -- 2.41.0