TEMP_CAL
state->calibrate = DC_CAL | WBD_CAL | TEMP_CAL; /* enable iq-offset-calibration and wbd-calibration when tuning next time */
state->calibrate &= ~TEMP_CAL;
if (state->calibrate & (DC_CAL | TEMP_CAL | WBD_CAL))
} else if (state->calibrate & TEMP_CAL)
state->calibrate |= TEMP_CAL;