summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ah_osdep.c
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-03-24 04:57:35 +0000
committeradrian <adrian@FreeBSD.org>2011-03-24 04:57:35 +0000
commitbedd483b345389c084313504b7eaba4a2e3c5dc6 (patch)
tree7e69dc78f5fce408be6abb04f70f9ab615f0f24e /sys/dev/ath/ah_osdep.c
parent9b158a1ef4d7b8531a98a558c91be7f671af6a7d (diff)
downloadFreeBSD-src-bedd483b345389c084313504b7eaba4a2e3c5dc6.zip
FreeBSD-src-bedd483b345389c084313504b7eaba4a2e3c5dc6.tar.gz
Fix a completely wrong variable reference.
Diffstat (limited to 'sys/dev/ath/ah_osdep.c')
-rw-r--r--sys/dev/ath/ah_osdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ah_osdep.c b/sys/dev/ath/ah_osdep.c
index e95a4b7..75311cb 100644
--- a/sys/dev/ath/ah_osdep.c
+++ b/sys/dev/ath/ah_osdep.c
@@ -87,7 +87,7 @@ TUNABLE_INT("hw.ath.hal.debug", &ath_hal_debug);
int ath_hal_ar5416_biasadj = 0;
SYSCTL_INT(_hw_ath_hal, OID_AUTO, ar5416_biasadj, CTLFLAG_RW,
- &ath_hal_debug, 0, "Enable 2ghz AR5416 direction sensitivity"
+ &ath_hal_ar5416_biasadj, 0, "Enable 2ghz AR5416 direction sensitivity"
" bias adjust");
/* NB: these are deprecated; they exist for now for compatibility */
OpenPOWER on IntegriCloud