svn commit: r242872 - head/sys/dev/ath

Kevin Lo kevlo at FreeBSD.org
Sat Nov 10 15:21:40 UTC 2012


Author: kevlo
Date: Sat Nov 10 15:21:39 2012
New Revision: 242872
URL: http://svnweb.freebsd.org/changeset/base/242872

Log:
  s/ATH_DEBUG/ATH_DEBUG_ALQ

Modified:
  head/sys/dev/ath/if_ath_sysctl.c

Modified: head/sys/dev/ath/if_ath_sysctl.c
==============================================================================
--- head/sys/dev/ath/if_ath_sysctl.c	Sat Nov 10 14:58:06 2012	(r242871)
+++ head/sys/dev/ath/if_ath_sysctl.c	Sat Nov 10 15:21:39 2012	(r242872)
@@ -711,7 +711,7 @@ ath_sysctlattach(struct ath_softc *sc)
 	}
 #endif
 
-#ifdef	ATH_DEBUG
+#ifdef	ATH_DEBUG_ALQ
 	ath_sysctl_alq_attach(sc);
 #endif
 }


More information about the svn-src-head mailing list