Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2012 08:34:40 +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: r242853 - head/sys/dev/ath
Message-ID:  <201211100834.qAA8YfGS064265@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Sat Nov 10 08:34:40 2012
New Revision: 242853
URL: http://svnweb.freebsd.org/changeset/base/242853

Log:
  Fix the build.

Modified:
  head/sys/dev/ath/if_athvar.h

Modified: head/sys/dev/ath/if_athvar.h
==============================================================================
--- head/sys/dev/ath/if_athvar.h	Sat Nov 10 07:02:57 2012	(r242852)
+++ head/sys/dev/ath/if_athvar.h	Sat Nov 10 08:34:40 2012	(r242853)
@@ -774,7 +774,7 @@ struct ath_softc {
 	struct task		sc_dfstask;	/* DFS processing task */
 
 	/* ALQ */
-#ifdef	ATH_DEBUG
+#ifdef	ATH_DEBUG_ALQ
 	struct if_ath_alq sc_alq;
 #endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211100834.qAA8YfGS064265>