add missing #define for the non-debug case.

This commit is contained in:
Adrian Chadd 2011-06-23 12:11:43 +00:00
parent 79ddde082a
commit dc6ebb1bca

View File

@ -529,6 +529,7 @@ extern void DO_HALDEBUG(struct ath_hal *ah, u_int mask, const char* fmt, ...)
__printflike(3,4);
#else
#define HALDEBUG(_ah, __m, _fmt, ...)
#define HALDEBUG_G(_ah, __m, _fmt, ...)
#endif /* AH_DEBUG */
/*