svn commit: r195482 - projects/mesh11s/share/man/man4

Sam Leffler sam at FreeBSD.org
Thu Jul 9 00:04:25 UTC 2009


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


More information about the svn-src-projects mailing list