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:
parent
9eafd63574
commit
6ba04f0d20
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user