Searched refs:ra_vht_debug (Results 1 – 1 of 1) sorted by relevance
73 #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