mirror of https://github.com/proski/madwifi
Fix compilation when there is no debugging
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3295 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
27c02f3829
commit
32b36e8f10
|
@ -119,6 +119,7 @@ void ieee80211_note_frame(struct ieee80211vap *,
|
|||
#define ieee80211_msg_assoc(_vap) \
|
||||
ieee80211_msg_is_reported(_vap, IEEE80211_MSG_ASSOC)
|
||||
#else /* IEEE80211_DEBUG */
|
||||
#define ieee80211_msg_is_reported(_vap, _m) (0)
|
||||
#define IEEE80211_DPRINTF(_vap, _m, _fmt, ...)
|
||||
#define IEEE80211_NOTE(_vap, _m, _wh, _fmt, ...)
|
||||
#define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...)
|
||||
|
|
Loading…
Reference in New Issue