Searched refs:ath3k_do_debug (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/usr.sbin/bluetooth/ath3kfw/
H A Dath3k_dbg.h34 extern int ath3k_do_debug;
37 #define ath3k_debug(...) if (ath3k_do_debug) fprintf(stderr, __VA_ARGS__)
H A Dmain.c51 int ath3k_do_debug = 0; variable
277 ath3k_do_debug = 1;

Completed in 160 milliseconds