Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: DEGROOTE Arnaud <degroote@netbsd.org>
List: source-changes
Date: 10/21/2007 17:03:37
Module Name:	src
Committed By:	degroote
Date:		Sun Oct 21 17:03:37 UTC 2007

Modified Files:
	src/sys/dev/ic: rt2560.c rt2661.c
	src/sys/dev/usb: if_rum.c if_ural.c if_zyd.c

Log Message:
Fix a number of driver which doesn't check wep flag in *_tx_mgt.
It is incorrect because we need to encrypt some management frame in case of
shared authentification.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dev/ic/rt2560.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/ic/rt2661.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/usb/if_rum.c
cvs rdiff -r1.25 -r1.26 src/sys/dev/usb/if_ural.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/usb/if_zyd.c

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