From: mtaylor Date: Wed, 21 Nov 2007 09:24:56 +0000 (+0000) Subject: Relocate refcounting macro defines so they are visible in more places, in preparation for X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=0d6e81e270ef0badb7b1f8199bfd8b44f3dddf43;p=madwifi%2F.git Relocate refcounting macro defines so they are visible in more places, in preparation for merging some other changes that need this. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2881 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/net80211/ieee80211_linux.h b/net80211/ieee80211_linux.h index 1d420d1..7361d6a 100644 --- a/net80211/ieee80211_linux.h +++ b/net80211/ieee80211_linux.h @@ -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 #include diff --git a/net80211/ieee80211_var.h b/net80211/ieee80211_var.h index 03404b7..e20270b 100644 --- a/net80211/ieee80211_var.h +++ b/net80211/ieee80211_var.h @@ -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