Home
last modified time | relevance | path

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

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ra.c74 #define DPRINTF(x) do { if (ra_debug > 0) printf x; } while (0)
75 #define DPRINTFN(n, x) do { if (ra_debug >= (n)) printf x; } while (0)
76 int ra_debug = 0; variable