svn commit: r188192 - head/sys/dev/ath/ath_hal/ar5212

[ Available lists | Index of svn-src-head | Month of Feb 2009 | Week of 5 Feb 2009 | Raw email | View thread | Wrap long lines | Reply ]
From
Sam Leffler <sam@FreeBSD.org>
Date
5 Feb 2009 20:49:13
Subject
svn commit: r188192 - head/sys/dev/ath/ath_hal/ar5212
Message-ID
200902052049.n15KnD28038435@svn.freebsd.org


[ Hide this part ]
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.


Elapsed time: 0.075 seconds