Home
last modified time | relevance | path

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

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