Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2009 20:49:13 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188192 - head/sys/dev/ath/ath_hal/ar5212
Message-ID:  <200902052049.n15KnD28038435@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902052049.n15KnD28038435>