summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-02-05 20:49:13 +0000
committersam <sam@FreeBSD.org>2009-02-05 20:49:13 +0000
commit3eb0ca6204588965108ce1c048dff6380d649b1e (patch)
tree39356c44dd7bff0f246cef54ccebd6568895e5bd /sys/dev/ath
parent1434b839c9f0fd96790b25a550de39dce0a9c9ea (diff)
downloadFreeBSD-src-3eb0ca6204588965108ce1c048dff6380d649b1e.zip
FreeBSD-src-3eb0ca6204588965108ce1c048dff6380d649b1e.tar.gz
style
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/ath_hal/ar5212/ar5212_reset.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c b/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
index 6025237..d494998 100644
--- a/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
+++ b/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
@@ -1047,7 +1047,8 @@ ar5212PerCalibrationN(struct ath_hal *ah,
ichan->iCoff = iCoff;
ichan->qCoff = qCoff;
}
- } else if (!IEEE80211_IS_CHAN_B(chan) && ahp->ah_bIQCalibration == IQ_CAL_DONE &&
+ } else if (!IEEE80211_IS_CHAN_B(chan) &&
+ ahp->ah_bIQCalibration == IQ_CAL_DONE &&
(ichan->privFlags & CHANNEL_IQVALID) == 0) {
/*
* Start IQ calibration if configured channel has changed.
OpenPOWER on IntegriCloud