From owner-svn-src-head@FreeBSD.ORG Tue Nov 27 05:52:09 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0684EB9; Tue, 27 Nov 2012 05:52:09 +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 DD0B48FC08; Tue, 27 Nov 2012 05:52:08 +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 qAR5q8FX090942; Tue, 27 Nov 2012 05:52:08 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR5q8jt090941; Tue, 27 Nov 2012 05:52:08 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201211270552.qAR5q8jt090941@svn.freebsd.org> From: Adrian Chadd Date: Tue, 27 Nov 2012 05:52:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243597 - 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: Tue, 27 Nov 2012 05:52:09 -0000 Author: adrian Date: Tue Nov 27 05:52:08 2012 New Revision: 243597 URL: http://svnweb.freebsd.org/changeset/base/243597 Log: Fix build Modified: head/sys/dev/ath/if_ath_tdma.c Modified: head/sys/dev/ath/if_ath_tdma.c ============================================================================== --- head/sys/dev/ath/if_ath_tdma.c Tue Nov 27 05:48:36 2012 (r243596) +++ head/sys/dev/ath/if_ath_tdma.c Tue Nov 27 05:52:08 2012 (r243597) @@ -158,6 +158,7 @@ ath_tdma_settimers(struct ath_softc *sc, bt.bt_nextatim); #endif +#ifdef ATH_DEBUG_ALQ if (if_ath_alq_checkdebug(&sc->sc_alq, ATH_ALQ_TDMA_TIMER_SET)) { struct if_ath_alq_tdma_timer_set t; t.bt_intval = htobe32(bt.bt_intval); @@ -171,6 +172,7 @@ ath_tdma_settimers(struct ath_softc *sc, if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TDMA_TIMER_SET, sizeof(t), (char *) &t); } +#endif DPRINTF(sc, ATH_DEBUG_TDMA_TIMER, "%s: nexttbtt=%u (0x%08x), nexttbtt tsf=%lld (0x%08llx)\n",