Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/16/2005 19:35:17
Module Name:	src
Committed By:	drochner
Date:		Tue Aug 16 19:35:17 UTC 2005

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

Log Message:
make the packets fed to BPF reflect reality better:
-fill in the 802.11 "duration" before
-use the intended channel (still not perfect because this is not
 necessarily the hardware setting, but better than before)

while this doesn't make the driver work for me, it kills some
red herrings which I've just wasted time for


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

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