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.
This commit is contained in:
Adrian Chadd 2013-05-29 04:21:42 +00:00
parent 9eafd63574
commit 6ba04f0d20
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251098

View File

@ -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) {