diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-21 21:01:23 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-21 21:01:23 +0000 |
commit | b9b6b965e68e89b6ca50f9f928ba04db6ca84ee5 (patch) | |
tree | fa0ee123c9ba049432e15eeefe3ee5e8bd8d1888 /share/man/man4/ray.4 | |
parent | 405beaa86a3f811a5fcf9947931254979f585d31 (diff) |
Various repairs, $Id$ tags added, etc.
Diffstat (limited to 'share/man/man4/ray.4')
-rw-r--r-- | share/man/man4/ray.4 | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/share/man/man4/ray.4 b/share/man/man4/ray.4 index 9d4821534d1..f067a483784 100644 --- a/share/man/man4/ray.4 +++ b/share/man/man4/ray.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ray.4,v 1.5 2000/10/17 04:51:04 mickey Exp $ +.\" $OpenBSD: ray.4,v 1.6 2000/12/21 21:01:18 aaron Exp $ .\" $NetBSD: ray.4,v 1.5 2000/02/28 13:54:55 enami Exp $ .\" .\" Copyright (c) 2000 Christian E. Hopps @@ -102,15 +102,15 @@ obstructions) it is a maximum of 500 feet (152 meters). .Pp Windows(tm) drivers may use one of two framing modes for wireless packets, "translation" and "encapsulation." "Encapsulation" is the only framing -mode available when using some older Windows drivers. +mode available when using some older Windows drivers. .Pp Setting .Em link0 flag on the interface allows the Ethernet2 in 802.11 "encapsulation" framing method used by -older Windows drivers for the card. For all other purposes, -link0 should not be used, and "translation" should be selected -if you are given the option in a newer Windows driver. +older Windows drivers for the card. +For all other purposes, link0 should not be used, and "translation" +should be selected if you are given the option in a newer Windows driver. .Sh DIAGNOSTICS .Bl -diag .It "ray0: card failed self test: status x" @@ -122,6 +122,14 @@ Indicates the card has failed its initial startup tests. .Xr intro 4 , .Xr pcmcia 4 , .Xr ifconfig 8 +.Sh AUTHORS +The +.Nm +driver was written by Christian E. Hopps <chopps@netbsd.org> and ported to +.Ox +by Michael Shalayeff <mickey@openbsd.org>. +Support for interoperating with newer Windows driver was added by +Steve Weiss <srw@alum.mit.edu>. .Sh HISTORY The .Nm @@ -130,13 +138,6 @@ device driver first appeared in .Ox support was added in .Ox 2.7 . -.Sh AUTHORS -The -.Nm -driver was written by Christian E. Hopps <chopps@netbsd.org> and ported to -.Ox -by Michael Shalayeff <mickey@openbsd.org>. Support for interoperating -with newer Windows driver was added by Steve Weiss <srw@alum.mit.edu>. .Sh BUGS Currently the infrastructure mode is untested, and authentication using WEP is unimplemented. |