Date: Thu, 17 May 2001 15:23:50 -0700 (PDT) From: Duncan Barclay <dmlb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ray if_ray.c if_raydbg.h if_raymib.h if_rayvar.h Message-ID: <200105172223.f4HMNoF44029@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dmlb 2001/05/17 15:23:50 PDT
Modified files:
sys/dev/ray if_ray.c if_raydbg.h if_raymib.h
if_rayvar.h
Log:
Primary purpose of this commit is to enable support for the Aviator
Pro and Raylink cards with version 5 firmware. Only infra-structure
mode has been tested. Specific changes for this feature are:
o Add RFC1042 encapsulation of IP datagrams
o Add authentication and association
o Decode of the beacon (although not used)
Other changes have been made:
o Pass command completion status to *_done (in place for
adding proper error recovery)
o Move a couple of state variables into the current
network parameters structure. This is in prep. for
dealing with roaming.
MFC after: 1 week
Revision Changes Path
1.56 +542 -251 src/sys/dev/ray/if_ray.c
1.11 +10 -5 src/sys/dev/ray/if_raydbg.h
1.11 +120 -37 src/sys/dev/ray/if_raymib.h
1.16 +49 -13 src/sys/dev/ray/if_rayvar.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105172223.f4HMNoF44029>
