Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/ath3kfw/
H A Dath3k_dbg.h32 extern int ath3k_do_debug;
35 #define ath3k_debug(...) if (ath3k_do_debug) fprintf(stderr, __VA_ARGS__)
H A Dmain.c49 int ath3k_do_debug = 0; variable
275 ath3k_do_debug = 1; in main()