PERFORCE change 139984 for review

Sam Leffler sam at FreeBSD.org
Sun Apr 13 19:23:57 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=139984

Change 139984 by sam at sam_ebb on 2008/04/13 19:23:28

	more

Affected files ...

.. //depot/projects/vap/share/man/man4/bwi.4#1 add
.. //depot/projects/vap/share/man/man4/iwn.4#2 edit
.. //depot/projects/vap/share/man/man4/malo.4#2 edit
.. //depot/projects/vap/share/man/man4/mwl.4#1 add

Differences ...

==== //depot/projects/vap/share/man/man4/iwn.4#2 (text+ko) ====

@@ -30,7 +30,7 @@
 .Dt IWN 4
 .Sh NAME
 .Nm iwn
-.Nd "Intel Wireless WiFI Link 4965AGN IEEE 802.11 driver"
+.Nd "Intel Wireless WiFI Link 4965AGN IEEE 802.11n driver"
 .Sh SYNOPSIS
 To compile this driver into the kernel,
 include the following lines in your

==== //depot/projects/vap/share/man/man4/malo.4#2 (text+ko) ====

@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD: src/share/man/man4/malo.4,v 1.2 2008/03/25 20:32:19 brueffer Exp $
 .\"/
-.Dd March 25, 2008
+.Dd April 13, 2008
 .Dt MALO 4
 .Os
 .Sh NAME
@@ -53,41 +53,33 @@
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
 if_malo_load="YES"
-wlan_load="YES"
-firmware_load="YES"
 .Ed
-.Pp
-In both cases, place the following line in
-.Xr loader.conf 5
-to load the firmware module:
-.Bd -literal -offset indent
-malofw_load="YES"
-.Ed
 .Sh DESCRIPTION
 The
 .Nm
 driver provides support for Marvell Libertas 88W8335 based PCI
-network adapters.
-.Pp
-This driver requires firmware to be loaded before it will work.
-These firmware files are from the
-.Ox
+and Cardbus network adapters.
 .Nm
-driver.
+supports
+.Cm station ,
+.Cm adhoc ,
+and
+.Cm monitor
+mode operation.
+Only one virtual interface may be configured at any time.
+For more information on configuring this device, see
+.Xr ifconfig 8 .
 .Pp
-A package for the firmware which can be installed via
+This driver requires the
+.Nm malofw
+be installed before it will work.
+The firmware files are not publicly available.
+A package of the firmware which can be installed via
 .Xr pkg_add 1
-can be found at:
+with:
 .Bd -literal -offset indent
 http://weongyo.org/project/malo/malo-firmware-1.4.tar.gz
 .Ed
-.Pp
-This package must be installed before
-.Xr ifconfig 8
-will work.
-.Pp 
-For more information on configuring this device, see
-.Xr ifconfig 8 .
 .Sh HARDWARE
 The following cards are among those supported by the
 .Nm
@@ -102,26 +94,38 @@
 .Sh EXAMPLES
 Join an existing BSS network (i.e., connect to an access point):
 .Pp
-.Dl "ifconfig malo0 inet 192.168.0.20 netmask 0xffffff00"
+.Bd -literal -offset indent
+ifconfig wlan create wlandev iwn0 inet 192.168.0.20 \e
+    netmask 0xffffff00
+.Ed
 .Pp
 Join a specific BSS network with network name
 .Dq Li my_net :
 .Pp
-.Dl "ifconfig malo0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
+.Dl "ifconfig wlan create wlandev iwn0 ssid my_net up"
+.Pp
+Join a specific BSS network with 64-bit WEP encryption:
+.Bd -literal -offset indent
+ifconfig wlan create wlandev iwn0 ssid my_net \e
+	wepmode on wepkey 0x1234567890 weptxkey 1 up
+.Ed
 .Pp
-Join a specific BSS network with WEP encryption:
+Join a specific BSS network with 128-bit WEP encryption:
 .Bd -literal -offset indent
-ifconfig malo0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
-        wepmode on wepkey 0x8736639624
+ifconfig wlan create wlandev iwn0 wlanmode adhoc ssid my_net \e
+    wepmode on wepkey 0x01020304050607080910111213 weptxkey 1
+.Ed
 .Ed
 .Sh SEE ALSO
-.Xr altq 4 ,
-.Xr arp 4 ,
+.Xr malofw 4 ,
+.Xr pci 4 ,
 .Xr cardbus 4 ,
-.Xr netintro 4 ,
-.Xr pci 4 ,
 .Xr wlan 4 ,
-.Xr ifconfig 8
+.Xr wlan_ccmp 4 ,
+.Xr wlan_tkip 4 ,
+.Xr wlan_wep 4 ,
+.Xr ifconfig 8 ,
+.Xr wpa_supplicant 8 .
 .Sh HISTORY
 The
 .Nm


More information about the p4-projects mailing list