Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 11/19/2005 01:06:21
Module Name:	src
Committed By:	riz
Date:		Sat Nov 19 01:06:21 UTC 2005

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

Log Message:
Move the (ALTQ-conditional) declaration of struct altq_pktattr pktattr
into ieee80211_deliver_data(), since the code which uses it has been
moved there.  Fixes build with options ALTQ.

reviewed by christos@


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/net80211/ieee80211_input.c

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