aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2010-08-12 06:12:39 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2010-08-12 06:12:39 +0000
commit245f553a78c1fd920ec6ea1c83c608448b5dfe49 (patch)
treec3debb083176d5becdd83cfee0fa73e5f826eeb1 /sys/dev/ath/ath_hal
parentccf98f5d9d49817525365728fb51b48b18ba48ac (diff)
downloadsrc-245f553a78c1fd920ec6ea1c83c608448b5dfe49.tar.gz
src-245f553a78c1fd920ec6ea1c83c608448b5dfe49.zip
Fix indentation.
Notes
Notes: svn path=/head/; revision=211209
Diffstat (limited to 'sys/dev/ath/ath_hal')
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
index 30daa1d73070..a770802ec043 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
@@ -225,7 +225,7 @@ ar5416InitCal(struct ath_hal *ah, const struct ieee80211_channel *chan)
/*
* Try to make sure the above NF cal completes, just so
* it doesn't clash with subsequent percals -adrian
- */
+ */
if (! ar5212WaitNFCalComplete(ah, 10000)) {
HALDEBUG(ah, HAL_DEBUG_ANY, "%s: initial NF calibration did "
"not complete in time; noisy environment?\n", __func__);