FreeBSD kernel ATH device code
if_ath_debug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ATH_KTR(_sc, _km, _kf, ...)   do { } while (0)
 
#define IFF_DUMPPKTS(sc, m)   (0)
 
#define DPRINTF(sc, m, fmt, ...)
 
#define KEYPRINTF(sc, k, ix, mac)
 

Macro Definition Documentation

◆ ATH_KTR

#define ATH_KTR (   _sc,
  _km,
  _kf,
  ... 
)    do { } while (0)

Definition at line 115 of file if_ath_debug.h.

◆ DPRINTF

#define DPRINTF (   sc,
  m,
  fmt,
  ... 
)
Value:
do { \
(void) sc; \
} while (0)

Definition at line 118 of file if_ath_debug.h.

◆ IFF_DUMPPKTS

#define IFF_DUMPPKTS (   sc,
 
)    (0)

Definition at line 117 of file if_ath_debug.h.

◆ KEYPRINTF

#define KEYPRINTF (   sc,
  k,
  ix,
  mac 
)
Value:
do { \
(void) sc; \
} while (0)

Definition at line 121 of file if_ath_debug.h.