diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-11-10 08:34:40 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-11-10 08:34:40 +0000 |
commit | 1a0034c9684c38341940623f833a3af6fecc4b31 (patch) | |
tree | 14153c07ecc05e759607a62c672d2c21c1b29222 | |
parent | 4edd3bb7df2986cf8d85264875c79f4f7d1d009a (diff) | |
download | FreeBSD-src-1a0034c9684c38341940623f833a3af6fecc4b31.zip FreeBSD-src-1a0034c9684c38341940623f833a3af6fecc4b31.tar.gz |
Fix the build.
-rw-r--r-- | sys/dev/ath/if_athvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h index dd805b0..38fd484 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 |