Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Jesse Off <joff@netbsd.org>
List: source-changes
Date: 02/27/2005 23:49:05
Module Name:	src
Committed By:	joff
Date:		Sun Feb 27 23:49:05 UTC 2005

Modified Files:
	src/sys/dev/usb: if_atu.c

Log Message:
Misc changes from code review from someone who doesn't understand USB or
802.11 but wants this driver to work nonetheless...
 o Support WEP encryption, hopefully fix PR kern/29324 from Andreas Gustafsson
 o Correct ENETRESET reconfig while iface is already running
 o Correct bpfilter usage
 o Avoid leaking mbufs on failed TX
 o Reset ieee80211 state to INIT and stop atu_task() on atu_stop()
 o Don't stop interface on USB tx errs, just drop packet
 o use IFQ_IS_EMPTY rather than check if_snd for NULL head


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/usb/if_atu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.