summaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorGavin Atkinson <gavin@FreeBSD.org>2012-03-10 17:47:43 +0000
committerGavin Atkinson <gavin@FreeBSD.org>2012-03-10 17:47:43 +0000
commita45e4bb5ef416b26edbefe10458c7bf4980cdafe (patch)
treeb9bed76b409510fd4cc4d56c2f236a742febfc86 /sys/dev/ath
parent09fa602acd2825f72ef409077fed80fb07aa2201 (diff)
Notes
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath_sysctl.c2
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 ea6f949bdbe4..4c60275bb0ec 100644
--- a/sys/dev/ath/if_ath_sysctl.c
+++ b/sys/dev/ath/if_ath_sysctl.c
@@ -756,7 +756,7 @@ ath_sysctl_hal_attach(struct ath_softc *sc)
sc->sc_ah->ah_config.ah_ar5416_biasadj = 0;
SYSCTL_ADD_INT(ctx, child, OID_AUTO, "ar5416_biasadj", CTLFLAG_RW,
&sc->sc_ah->ah_config.ah_ar5416_biasadj, 0,
- "Enable 2ghz AR5416 direction sensitivity bias adjust");
+ "Enable 2GHz AR5416 direction sensitivity bias adjust");
sc->sc_ah->ah_config.ah_dma_beacon_response_time = 2;
SYSCTL_ADD_INT(ctx, child, OID_AUTO, "dma_brt", CTLFLAG_RW,