Remove Apple Airport card, since it seems to be mac-only.

Change date to today.
Add socket low power WLAN CF card
Add SMC 2602W which I use all the time
Comment out the create-ibss example.  FreeBSD doesn't yet have that
media option.  Also change it to master-ibss since that's what OpenBSD
really uses (and that is a change in their man page too)
This commit is contained in:
Warner Losh 2002-05-03 05:47:38 +00:00
parent 57190641c0
commit a4b3d9067b

View File

@ -31,7 +31,7 @@
.\" $FreeBSD$
.\" $OpenBSD: wi.4tbl,v 1.14 2002/04/29 19:53:50 jsyn Exp $
.\"
.Dd March 29, 2002
.Dd May 2, 2002
.Dt WI 4
.Os
.Sh NAME
@ -136,7 +136,6 @@ Card:Chip:Bus
ACTIONTEC HWC01170:Prism-2.5:PCMCIA
Addtron AWP-100:Prism-II:PCMCIA
Agere Orinoco:Hermes:PCMCIA
Apple Airport:Hermes:macobio
Buffalo AirStation:Prism-II:PCMCIA
Buffalo AirStation:Prism-II:CF
Cabletron RoamAbout:Hermes:PCMCIA
@ -168,8 +167,10 @@ Netgear MA401:Prism-II:PCMCIA
NTT-ME 11Mbps Wireless LAN:Prism-II:PCMCIA
Proxim RangeLAN-DS:Prism-II:PCMCIA
Samsung MagicLAN SWL-2000N:Prism-II:PCMCIA
Symbol Spectrum24:Spectrum24:PCMCIA
Socket Low Power WLAN-CF:Prism-II:CF
SMC 2602 EZ Connect (3.3V):Prism-II:PCI or PCMCIA
SMC 2632 EZ Connect:Prism-II:PCMCIA
Symbol Spectrum24:Spectrum24:PCMCIA
TDK LAK-CD011WL:Prism-II:PCMCIA
.TE
.in -\n(dIu
@ -216,13 +217,13 @@ Join an ad-hoc network with network name
# ifconfig wi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
mediaopt adhoc
.Ed
.Pp
Create an IBBS network with network name
.Dq my_net .
.Bd -literal -compact -offset indent
# ifconfig wi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
mediaopt create-ibss
.Ed
.\".Pp
.\"Create an IBBS network with network name
.\".Dq my_net .
.\".Bd -literal -compact -offset indent
.\"# ifconfig wi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
.\" mediaopt master-ibss
.\".Ed
.Pp
Join an IBBS network with network name
.Dq my_net .