Relocate refcounting macro defines so they are visible in more places, in preparation for
authormtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 21 Nov 2007 09:24:56 +0000 (09:24 +0000)
committermtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 21 Nov 2007 09:24:56 +0000 (09:24 +0000)
merging some other changes that need this.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2881 0192ed92-7a03-0410-a25b-9323aeb14dbd

net80211/ieee80211_linux.h
net80211/ieee80211_var.h

index 1d420d1c7c5caea64425cc90add1625c014659fc..7361d6a2ec3483928f36bc293b89934ca524a62b 100644 (file)
@@ -29,6 +29,9 @@
 #ifndef _NET80211_IEEE80211_LINUX_H_
 #define _NET80211_IEEE80211_LINUX_H_
 
+#define        IEEE80211_DEBUG
+#define        IEEE80211_DEBUG_REFCNT                  /* Node reference count debugging */
+
 #include <linux/wireless.h>
 #include <linux/fs.h>
 
index 03404b77042b09e750949e8a87860259c60c17ea..e20270b17b96a1e1ace251d1156f6d5cbb584b4a 100644 (file)
@@ -35,9 +35,6 @@
 #ifndef _NET80211_IEEE80211_VAR_H_
 #define _NET80211_IEEE80211_VAR_H_
 
-#define        IEEE80211_DEBUG
-#define        IEEE80211_DEBUG_REFCNT                  /* Node reference count debugging */
-
 /* Definitions for IEEE 802.11 drivers. */
 #include <net80211/ieee80211_linux.h>