Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Oct 2004 06:15:45 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63969 for review
Message-ID:  <200410300615.i9U6Fj7p029449@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63969

Change 63969 by sam@sam_ebb on 2004/10/30 06:15:27

	move IEEE80211_DEBUG to the top so it can be referenced in
	included files

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_var.h#4 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_var.h#4 (text+ko) ====

@@ -37,6 +37,7 @@
 /*
  * Definitions for IEEE 802.11 drivers.
  */
+#define	IEEE80211_DEBUG
 
 /* NB: portability glue must go first */
 #ifdef __NetBSD__
@@ -400,7 +401,6 @@
 
 #define	IEEE80211_MSG_ANY	0xffffffff	/* anything */
 
-#define	IEEE80211_DEBUG
 #ifdef IEEE80211_DEBUG
 #ifdef notyet
 #define	IEEE80211_DPRINTF(_ic, _m, _fmt, ...) do {	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410300615.i9U6Fj7p029449>