diff options
Diffstat (limited to 'sys/dev/ath/ath_hal')
| -rw-r--r-- | sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c b/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c index a0c27828bbc1..50d7cc0aa7a8 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c @@ -76,7 +76,7 @@ ar5416IQCalibration(struct ath_hal *ah, uint8_t numChains)  		HALDEBUG(ah, HAL_DEBUG_PERCAL,  		    "Start IQ Cal and Correction for Chain %d\n", i);  		HALDEBUG(ah, HAL_DEBUG_PERCAL, -		    "Orignal: iq_corr_meas = 0x%08x\n", iqCorrMeas); +		    "Original: iq_corr_meas = 0x%08x\n", iqCorrMeas);  		iqCorrNeg = 0;  		/* iqCorrMeas is always negative. */   | 
