Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/04/2005 00:36:18
Module Name:	src
Committed By:	dyoung
Date:		Tue Jan  4 00:36:18 UTC 2005

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

Log Message:
In ieee80211_getmbuf, remove the #ifdef __FreeBSD__ code.  Check
for MCLGET success using the (m->m_flags & M_EXT) idiom.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 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.