From 6ba04f0d20dc8a87bc10d255f1d6b70bb38a91a9 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 29 May 2013 04:21:42 +0000 Subject: [PATCH] Fix a false -> AH_FALSE. Now, why this hasn't tripped _any_ tinderbox builds yet, I dunno. It's been like this for a while. --- sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c index 6d8cb9f79cb..44d473f724c 100644 --- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c +++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c @@ -3554,7 +3554,7 @@ ar9300_init_cal_internal(struct ath_hal *ah, struct ieee80211_channel *chan, * no chip specific code for Jupiter/Posdeion except for register names. */ if (txiqcal_success_flag) { - ar9300_tx_iq_cal_post_proc(ah,ichan, 1, 1,is_cal_reusable,false); + ar9300_tx_iq_cal_post_proc(ah,ichan, 1, 1,is_cal_reusable, AH_FALSE); } } else { if (!txiqcal_success_flag) {