Date: Sat, 10 Nov 2012 15:21:39 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242872 - head/sys/dev/ath Message-ID: <201211101521.qAAFLd07042837@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211101521.qAAFLd07042837>