Subject: PR/29324 CVS commit: src/sys/dev/usb
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Jesse Off <joff@netbsd.org>
List: netbsd-bugs
Date: 02/27/2005 23:50:02
The following reply was made to PR kern/29324; it has been noted by GNATS.
From: Jesse Off <joff@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/29324 CVS commit: src/sys/dev/usb
Date: Sun, 27 Feb 2005 23:49:05 +0000 (UTC)
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.