Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 01/19/2008 03:45:08
Module Name:	src
Committed By:	simonb
Date:		Sat Jan 19 03:45:08 UTC 2008

Modified Files:
	src/sys/dev/pci: if_wpi.c

Log Message:
Use M_80211_NODE as malloc type for a 80211 node as rest of net80211
code does, instead of M_DEVBUF.  Fixes panics if KMEMSTATS are enabled.
Also use M_ZERO instead of memset on malloc()'s results.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/dev/pci/if_wpi.c

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