# HG changeset patch # User Mychaela Falconia # Date 1465368008 0 # Node ID c79dd8f07fc51b3fea20fd4d4cafaa6d9fb1efb5 # Parent fe1846dee24019f2be3529ba5ecdb13c1e33e1f1 l1_cust.c: Cust_get_ramp_tab() reconstructed diff -r fe1846dee240 -r c79dd8f07fc5 chipsetsw/layer1/cust0/l1_cust.c --- a/chipsetsw/layer1/cust0/l1_cust.c Wed Jun 08 06:30:56 2016 +0000 +++ b/chipsetsw/layer1/cust0/l1_cust.c Wed Jun 08 06:40:08 2016 +0000 @@ -822,11 +822,10 @@ void Cust_get_ramp_tab(API *a_ramp, UWORD8 txpwr_ramp_up, UWORD8 txpwr_ramp_down, UWORD16 radio_freq) { - UWORD16 index_up, index_down,j, arfcn; + UWORD16 index_up, index_down, j; UWORD8 band; band = Cust_is_band_high(radio_freq); - arfcn = Convert_l1_radio_freq(radio_freq); index_up = rf_band[band].tx.levels[txpwr_ramp_up].ramp_index; index_down = rf_band[band].tx.levels[txpwr_ramp_down].ramp_index;