mirror of
https://github.com/proski/madwifi
synced 2024-11-22 14:31:22 +03:00
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:
parent
12aa3fb33e
commit
0d6e81e270
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user