Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 02/19/2006 07:55:59
Module Name:	src
Committed By:	dyoung
Date:		Sun Feb 19 07:55:59 UTC 2006

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

Log Message:
Use a safe idiom to extract the keyid from the WEP header, instead
of assuming that the bytes of the 802.11 header and WEP header are
contiguous in the mbuf chain.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/net80211/ieee80211_crypto.c

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