From owner-cvs-all Fri Jun 22 16:35:29 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 CBC2C37B407; Fri, 22 Jun 2001 16:35:25 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5MNZPe84908; Fri, 22 Jun 2001 16:35:25 -0700 (PDT) (envelope-from brooks) Message-Id: <200106222335.f5MNZPe84908@freefall.freebsd.org> From: Brooks Davis Date: Fri, 22 Jun 2001 16:35:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/an if_aironet_ieee.h if_an.c if_anreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/06/22 16:35:25 PDT Modified files: sys/dev/an if_aironet_ieee.h if_an.c if_anreg.h Log: Fix a number of bugs in the implementation of the WEP related status functions in ifconfig. "ifconfig an0" should output the correct status now. Also, make the read and write functions both more robust and more consistant. This should stop most of the incorrect size complaints and eliminate the possiability of panics from firmware that increases resource sizes. PR: kern/27826 Reviewed by: imp, jlemon Submitted by: Doug Ambrisko David Wolfskill Revision Changes Path 1.6 +2 -2 src/sys/dev/an/if_aironet_ieee.h 1.19 +156 -67 src/sys/dev/an/if_an.c 1.8 +2 -2 src/sys/dev/an/if_anreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message