svn commit: r206369 - head/sys/dev/usb/wlan

Rui Paulo rpaulo at FreeBSD.org
Wed Apr 7 17:48:13 UTC 2010


Author: rpaulo
Date: Wed Apr  7 17:48:13 2010
New Revision: 206369
URL: http://svn.freebsd.org/changeset/base/206369

Log:
  Remove debugging code that snuck in.

Modified:
  head/sys/dev/usb/wlan/if_urtw.c

Modified: head/sys/dev/usb/wlan/if_urtw.c
==============================================================================
--- head/sys/dev/usb/wlan/if_urtw.c	Wed Apr  7 17:40:48 2010	(r206368)
+++ head/sys/dev/usb/wlan/if_urtw.c	Wed Apr  7 17:48:13 2010	(r206369)
@@ -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,


More information about the svn-src-head mailing list