Home
last modified time | relevance | path

Searched refs:wi_debug (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/wi/
H A Dif_wi.c195 static int wi_debug = 0; variable
196 SYSCTL_INT(_hw_wi, OID_AUTO, debug, CTLFLAG_RW, &wi_debug,
198 #define DPRINTF(X) if (wi_debug) kprintf X