Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ipw.c124 #define DPRINTF(x) do { if (ipw_debug > 0) printf x; } while (0)
125 #define DPRINTFN(n, x) do { if (ipw_debug >= (n)) printf x; } while (0)
126 int ipw_debug = 0; variable
1740 if (ipw_debug > 0) { in ipw_auth_and_assoc()