From owner-p4-projects@FreeBSD.ORG Sun Apr 13 19:23:57 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E8F34106566C; Sun, 13 Apr 2008 19:23:56 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D483106564A for ; Sun, 13 Apr 2008 19:23:56 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7991A8FC2B for ; Sun, 13 Apr 2008 19:23:56 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3DJNu73082345 for ; Sun, 13 Apr 2008 19:23:56 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DJNuhb082343 for perforce@freebsd.org; Sun, 13 Apr 2008 19:23:56 GMT (envelope-from sam@freebsd.org) Date: Sun, 13 Apr 2008 19:23:56 GMT Message-Id: <200804131923.m3DJNuhb082343@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 139984 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2008 19:23:57 -0000 http://perforce.freebsd.org/chv.cgi?CH=139984 Change 139984 by sam@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