Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/23/2004 06:44:56
Module Name:	src
Committed By:	mycroft
Date:		Fri Jul 23 06:44:56 UTC 2004

Modified Files:
	src/sys/net80211: ieee80211.c ieee80211_input.c ieee80211_node.c
	    ieee80211_output.c ieee80211_proto.c ieee80211_rssadapt.c
	    ieee80211_var.h

Log Message:
Diff reduction vs. madwifi.
Change the signature of IEEE80211_DPRINTF() so that it uses a bitmask, and
convert some of the if_printf()s to IEEE80211_DPRINTF()s.  XXX I'm using a
global variable at the moment rather than per-interface.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/net80211/ieee80211.c \
    src/sys/net80211/ieee80211_input.c
cvs rdiff -r1.17 -r1.18 src/sys/net80211/ieee80211_node.c
cvs rdiff -r1.13 -r1.14 src/sys/net80211/ieee80211_output.c
cvs rdiff -r1.10 -r1.11 src/sys/net80211/ieee80211_proto.c \
    src/sys/net80211/ieee80211_var.h
cvs rdiff -r1.7 -r1.8 src/sys/net80211/ieee80211_rssadapt.c

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