diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-17 04:24:28 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-17 04:24:28 +0000 |
commit | bde27cdfccf0c3f2dee3c87aa57708b5413f20a2 (patch) | |
tree | b19715d8a416a67bad25f674ba67f4fa1e98bf97 /sys/dev/pcmcia/if_rayreg.h | |
parent | 41f4b0409af9b784f5a9a5a084e9ef7ba319568c (diff) |
/* Authentication added by Steve Weiss <srw@alum.mit.edu> based on advice
* received by Corey Thomas, author of the Linux driver for this device.
* Authentication currently limited to adhoc networks, and was added to
* support a requirement of the newest windows drivers, so that
* interoperability the windows will remain possible.
*
* Tested with Win98 using Aviator 2.4 Pro cards, firmware 5.63,
* but no access points for infrastructure. (July 13, 2000 -srw)
*/
also, some syncing /w netbsd.
Diffstat (limited to 'sys/dev/pcmcia/if_rayreg.h')
-rw-r--r-- | sys/dev/pcmcia/if_rayreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_rayreg.h b/sys/dev/pcmcia/if_rayreg.h index 8c9562756d4..35952e4037b 100644 --- a/sys/dev/pcmcia/if_rayreg.h +++ b/sys/dev/pcmcia/if_rayreg.h @@ -1,5 +1,5 @@ -/* $OpenBSD: if_rayreg.h,v 1.1 2000/03/22 04:40:58 mickey Exp $ */ -/* $NetBSD: if_rayreg.h,v 1.2 2000/02/27 20:40:43 augustss Exp $ */ +/* $OpenBSD: if_rayreg.h,v 1.2 2000/10/17 04:24:27 mickey Exp $ */ +/* $NetBSD: if_rayreg.h,v 1.3 2000/08/10 11:48:46 ad Exp $ */ /* * Copyright (c) 2000 Christian E. Hopps |