svn commit: r215480 - stable/8/sys/dev/usb/wlan

Andrew Thompson thompsa at FreeBSD.org
Fri Nov 19 01:27:22 UTC 2010


Author: thompsa
Date: Fri Nov 19 01:27:21 2010
New Revision: 215480
URL: http://svn.freebsd.org/changeset/base/215480

Log:
  MFC r206369
  
   Remove debugging code that snuck in.

Modified:
  stable/8/sys/dev/usb/wlan/if_urtw.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/usb/wlan/if_urtw.c
==============================================================================
--- stable/8/sys/dev/usb/wlan/if_urtw.c	Fri Nov 19 01:24:36 2010	(r215479)
+++ stable/8/sys/dev/usb/wlan/if_urtw.c	Fri Nov 19 01:27:21 2010	(r215480)
@@ -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-stable-8 mailing list