# HG changeset patch # User Mychaela Falconia # Date 1507157434 0 # Node ID 2604e9569e318e4c0c5f093114b615e737548b84 # Parent 294adc9e1d3ca467651cc7d40c7be4f56dfc7587 l1p_func.c: l1ps_tcr_ctrl() reconstructed diff -r 294adc9e1d3c -r 2604e9569e31 chipsetsw/layer1/p_cfile/l1p_func.c --- a/chipsetsw/layer1/p_cfile/l1p_func.c Wed Oct 04 22:46:22 2017 +0000 +++ b/chipsetsw/layer1/p_cfile/l1p_func.c Wed Oct 04 22:50:34 2017 +0000 @@ -370,8 +370,8 @@ // Get AGC according to the last known IL. input_level = l1a_l1s_com.last_input_level[radio_freq_ctrl - l1_config.std.radio_freq_index_offset].input_level; + agc = Cust_get_agc_from_IL(radio_freq_ctrl, input_level >> 1, PWR_ID); lna_off = l1a_l1s_com.last_input_level[radio_freq_ctrl - l1_config.std.radio_freq_index_offset].lna_off; - agc = Cust_get_agc_from_IL(radio_freq_ctrl, input_level >> 1, PWR_ID); #if (RF_FAM == 61) // Locosto DCO #if (PWMEAS_IF_MODE_FORCE == 0)