From owner-svn-src-head@FreeBSD.ORG Mon Apr 8 21:15:44 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2D12B419; Mon, 8 Apr 2013 21:15:44 +0000 (UTC) (envelope-from adrian@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 20BF3CCA; Mon, 8 Apr 2013 21:15:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r38LFifm025150; Mon, 8 Apr 2013 21:15:44 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r38LFhN8025149; Mon, 8 Apr 2013 21:15:43 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201304082115.r38LFhN8025149@svn.freebsd.org> From: Adrian Chadd Date: Mon, 8 Apr 2013 21:15:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249284 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 21:15:44 -0000 Author: adrian Date: Mon Apr 8 21:15:43 2013 New Revision: 249284 URL: http://svnweb.freebsd.org/changeset/base/249284 Log: Fix this to compile when ATH_DEBUG_ALQ is defined but ATH_DEBUG isn't. Modified: head/sys/dev/ath/if_ath_tx_edma.c Modified: head/sys/dev/ath/if_ath_tx_edma.c ============================================================================== --- head/sys/dev/ath/if_ath_tx_edma.c Mon Apr 8 20:45:11 2013 (r249283) +++ head/sys/dev/ath/if_ath_tx_edma.c Mon Apr 8 21:15:43 2013 (r249284) @@ -636,7 +636,7 @@ ath_edma_tx_processq(struct ath_softc *s break; } -#ifdef ATH_DEBUG_ALQ +#if defined(ATH_DEBUG_ALQ) && defined(ATH_DEBUG) if (if_ath_alq_checkdebug(&sc->sc_alq, ATH_ALQ_EDMA_TXSTATUS)) if_ath_alq_post(&sc->sc_alq, ATH_ALQ_EDMA_TXSTATUS, sc->sc_tx_statuslen,