Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 08/16/2005 02:12:59
Module Name:	src
Committed By:	dyoung
Date:		Tue Aug 16 02:12:59 UTC 2005

Modified Files:
	src/sys/net80211: ieee80211_output.c

Log Message:
Fix previous patch for non-crypto operation: test for a NULL key
before testing the key flags.

XXX Problems remain.  Nick Hudson points out my questionable
XXX M_COPY_PKTHDR usage.  Also, it seems to me that we may not be
XXX protected against writing a read-only mbuf during the crypto
XXX encapsulation stage, even if hardware does the actual crypto.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/net80211/ieee80211_output.c

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