summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-04-07 17:48:13 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-04-07 17:48:13 +0000
commit7ff3f3cc8a52659bfb2a6eb300803f7cf334f45a (patch)
tree059d71735889b8b501f6e0a179169175bf95efae
parent11e1261b29690cd21479d5b99adb84b35198688c (diff)
downloadFreeBSD-src-7ff3f3cc8a52659bfb2a6eb300803f7cf334f45a.zip
FreeBSD-src-7ff3f3cc8a52659bfb2a6eb300803f7cf334f45a.tar.gz
Remove debugging code that snuck in.
-rw-r--r--sys/dev/usb/wlan/if_urtw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/wlan/if_urtw.c b/sys/dev/usb/wlan/if_urtw.c
index 2b20a62..6604268 100644
--- a/sys/dev/usb/wlan/if_urtw.c
+++ b/sys/dev/usb/wlan/if_urtw.c
@@ -62,7 +62,6 @@ __FBSDID("$FreeBSD$");
#include <dev/usb/wlan/if_urtwvar.h>
SYSCTL_NODE(_hw_usb, OID_AUTO, urtw, CTLFLAG_RW, 0, "USB Realtek 8187L");
-#define URTW_DEBUG
#ifdef URTW_DEBUG
int urtw_debug = 0;
SYSCTL_INT(_hw_usb_urtw, OID_AUTO, debug, CTLFLAG_RW, &urtw_debug, 0,
OpenPOWER on IntegriCloud