From owner-svn-src-all@FreeBSD.ORG Sat Nov 10 15:21:39 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E65594A9; Sat, 10 Nov 2012 15:21:39 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CC93A8FC12; Sat, 10 Nov 2012 15:21:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAAFLdtF042838; Sat, 10 Nov 2012 15:21:39 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAAFLd07042837; Sat, 10 Nov 2012 15:21:39 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201211101521.qAAFLd07042837@svn.freebsd.org> From: Kevin Lo Date: Sat, 10 Nov 2012 15:21:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242872 - head/sys/dev/ath X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2012 15:21:40 -0000 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 }