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
This commit is contained in:
mtaylor 2007-11-21 09:24:56 +00:00
parent 12aa3fb33e
commit 0d6e81e270
2 changed files with 3 additions and 3 deletions

View 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>

View 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>