aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/l1_if.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-20 22:32:05 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:27:25 +0100
commit9b5cff87ecc4b76f9f8a0a86aa64e9394e2a8374 (patch)
tree36cf84b1ef52972154b1d32a0e597804b566faf1 /src/osmo-bts-litecell15/l1_if.c
parent9684099ae905e6e61cbc326035d0b37c480f6172 (diff)
LC15: Remove unused clk_use_eeprom and clk_src fields
this is part of the copy+paste legacy from sysmobts and can be removed as it is not used.
Diffstat (limited to 'src/osmo-bts-litecell15/l1_if.c')
-rw-r--r--src/osmo-bts-litecell15/l1_if.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bts-litecell15/l1_if.c b/src/osmo-bts-litecell15/l1_if.c
index 9bca6354..e65f97d4 100644
--- a/src/osmo-bts-litecell15/l1_if.c
+++ b/src/osmo-bts-litecell15/l1_if.c
@@ -1400,7 +1400,6 @@ struct lc15l1_hdl *l1if_open(struct phy_instance *pinst)
fl1h->phy_inst = pinst;
fl1h->clk_cal = 0;
- fl1h->clk_use_eeprom = 1;
fl1h->min_qual_rach = MIN_QUAL_RACH;
fl1h->min_qual_norm = MIN_QUAL_NORM;
fl1h->dsp_trace_f = pinst->u.lc15.dsp_trace_f;