From owner-svn-src-projects@FreeBSD.ORG Thu Jul 9 00:04:25 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1855F1065673; Thu, 9 Jul 2009 00:04:25 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 05F528FC0C; Thu, 9 Jul 2009 00:04:25 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n6904OtQ066198; Thu, 9 Jul 2009 00:04:24 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n6904Omi066194; Thu, 9 Jul 2009 00:04:24 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200907090004.n6904Omi066194@svn.freebsd.org> From: Sam Leffler Date: Thu, 9 Jul 2009 00:04:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195482 - projects/mesh11s/share/man/man4 X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 00:04:25 -0000 Author: sam Date: Thu Jul 9 00:04:24 2009 New Revision: 195482 URL: http://svn.freebsd.org/changeset/base/195482 Log: update drivers that have working mesh support Modified: projects/mesh11s/share/man/man4/ath.4 projects/mesh11s/share/man/man4/mwl.4 projects/mesh11s/share/man/man4/ral.4 Modified: projects/mesh11s/share/man/man4/ath.4 ============================================================================== --- projects/mesh11s/share/man/man4/ath.4 Wed Jul 8 23:58:13 2009 (r195481) +++ projects/mesh11s/share/man/man4/ath.4 Thu Jul 9 00:04:24 2009 (r195482) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\"/ -.Dd March 25, 2009 +.Dd July 8, 2009 .Dt ATH 4 .Os .Sh NAME @@ -61,7 +61,7 @@ These APIs are used by a wide variety of a PCI and/or CardBus interface are supported. .Pp Supported features include 802.11 and 802.3 frames, power management, BSS, -IBSS, TDMA, and host-based access point operation modes. +IBSS, MBSS, TDMA, and host-based access point operation modes. All host/device interaction is via DMA. .Pp The @@ -102,6 +102,7 @@ The driver supports .Cm adhoc , .Cm adhoc-demo , .Cm hostap , +.Cm mesh , .Cm wds , and .Cm monitor @@ -175,6 +176,12 @@ ifconfig wlan0 inet 192.168.0.10 netmask mode 11g .Ed .Pp +Create an 802.11a mesh station: +.Bd -literal -offset indent +ifconfig wlan0 create wlandev ath0 wlanmode mesh +ifconfig wlan0 meshid my_mesh mode 11a inet 192.168.0.10/24 +.Ed +.Pp Create two virtual 802.11a host-based access points, one with with WEP enabled and one with no security, and bridge them to the fxp0 (wired) device: Modified: projects/mesh11s/share/man/man4/mwl.4 ============================================================================== --- projects/mesh11s/share/man/man4/mwl.4 Wed Jul 8 23:58:13 2009 (r195481) +++ projects/mesh11s/share/man/man4/mwl.4 Thu Jul 9 00:04:24 2009 (r195482) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\"/ -.Dd June 9, 2009 +.Dd July 8, 2009 .Dt MWL 4 .Os .Sh NAME @@ -64,7 +64,7 @@ module to work. Normally this module is loaded on demand by the driver but it may also be compiled into the kernel. .Pp -Supported features include 802.11n, power management, BSS, +Supported features include 802.11n, power management, BSS, MBSS, and host-based access point operation modes. All host/device interaction is via DMA. .Pp @@ -83,6 +83,7 @@ AES-CCM, TKIP, and Michael cryptographic The driver supports .Cm station , .Cm hostap , +.Cm mesh , and .Cm wds mode operation. @@ -139,6 +140,12 @@ ifconfig wlan0 inet 192.168.0.10 netmask mode 11g .Ed .Pp +Create an 802.11a mesh station: +.Bd -literal -offset indent +ifconfig wlan0 create wlandev mwl0 wlanmode mesh +ifconfig wlan0 meshid my_mesh mode 11a inet 192.168.0.10/24 +.Ed +.Pp Create two virtual 802.11a host-based access points, one with with WEP enabled and one with no security, and bridge them to the fxp0 (wired) device: Modified: projects/mesh11s/share/man/man4/ral.4 ============================================================================== --- projects/mesh11s/share/man/man4/ral.4 Wed Jul 8 23:58:13 2009 (r195481) +++ projects/mesh11s/share/man/man4/ral.4 Thu Jul 9 00:04:24 2009 (r195482) @@ -15,7 +15,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 13, 2008 +.Dd July 8, 2009 .Os .Dt RAL 4 .Sh NAME @@ -72,12 +72,15 @@ supports .Cm station , .Cm adhoc , .Cm hostap , +.Cm mesh , .Cm wds , and .Cm monitor mode operation. Only one .Cm hostap +or +.Cm mesh virtual interface may be configured at a time. Any number of .Cm wds