aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_athvar.h
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-11-10 08:34:40 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-11-10 08:34:40 +0000
commit9fc1923565150209bcb8a97811da0cc43cdc8430 (patch)
tree14153c07ecc05e759607a62c672d2c21c1b29222 /sys/dev/ath/if_athvar.h
parent2c27cb3a341216cbbc9bfc0d2367c8b0198a9e59 (diff)
downloadsrc-9fc1923565150209bcb8a97811da0cc43cdc8430.tar.gz
src-9fc1923565150209bcb8a97811da0cc43cdc8430.zip
Fix the build.
Notes
Notes: svn path=/head/; revision=242853
Diffstat (limited to 'sys/dev/ath/if_athvar.h')
-rw-r--r--sys/dev/ath/if_athvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h
index dd805b018991..38fd484132a0 100644
--- a/sys/dev/ath/if_athvar.h
+++ b/sys/dev/ath/if_athvar.h
@@ -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