svn commit: r188192 - head/sys/dev/ath/ath_hal/ar5212
Sam Leffler
sam at FreeBSD.org
Thu Feb 5 12:49:14 PST 2009
Author: sam
Date: Thu Feb 5 20:49:13 2009
New Revision: 188192
URL: http://svn.freebsd.org/changeset/base/188192
Log:
style
Modified:
head/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c Thu Feb 5 20:48:30 2009 (r188191)
+++ head/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c Thu Feb 5 20:49:13 2009 (r188192)
@@ -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.
More information about the svn-src-all
mailing list