From owner-cvs-all Thu May 17 15:23:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4149437B423; Thu, 17 May 2001 15:23:51 -0700 (PDT) (envelope-from dmlb@FreeBSD.org) Received: (from dmlb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMNoF44029; Thu, 17 May 2001 15:23:50 -0700 (PDT) (envelope-from dmlb) Message-Id: <200105172223.f4HMNoF44029@freefall.freebsd.org> From: Duncan Barclay Date: Thu, 17 May 2001 15:23:50 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG 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