mirror of
https://github.com/proski/madwifi
synced 2025-02-16 23:34:30 +03:00
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) \
|
#define ieee80211_msg_assoc(_vap) \
|
||||||
ieee80211_msg_is_reported(_vap, IEEE80211_MSG_ASSOC)
|
ieee80211_msg_is_reported(_vap, IEEE80211_MSG_ASSOC)
|
||||||
#else /* IEEE80211_DEBUG */
|
#else /* IEEE80211_DEBUG */
|
||||||
|
#define ieee80211_msg_is_reported(_vap, _m) (0)
|
||||||
#define IEEE80211_DPRINTF(_vap, _m, _fmt, ...)
|
#define IEEE80211_DPRINTF(_vap, _m, _fmt, ...)
|
||||||
#define IEEE80211_NOTE(_vap, _m, _wh, _fmt, ...)
|
#define IEEE80211_NOTE(_vap, _m, _wh, _fmt, ...)
|
||||||
#define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...)
|
#define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user