Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 03/12/2002 13:07:28
Module Name:	syssrc
Committed By:	onoe
Date:		Tue Mar 12 11:07:27 UTC 2002

Modified Files:
	syssrc/sys/net: if_ieee80211subr.c

Log Message:
fix CRC (ICV) for WEP: ICV is 32bit not 16bit.
(change from htole16 to htole32, so no changes for little endian machine)


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/net/if_ieee80211subr.c

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