diff options
-rw-r--r-- | sys/dev/ath/if_ath_sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_sysctl.c b/sys/dev/ath/if_ath_sysctl.c index 6f6689265..1ab627f 100644 --- a/sys/dev/ath/if_ath_sysctl.c +++ b/sys/dev/ath/if_ath_sysctl.c @@ -711,7 +711,7 @@ ath_sysctlattach(struct ath_softc *sc) } #endif -#ifdef ATH_DEBUG +#ifdef ATH_DEBUG_ALQ ath_sysctl_alq_attach(sc); #endif } |