aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-20 22:55:03 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:27:32 +0100
commit53e0291df6e9b601bd56d55d4a41c5268ee9bd87 (patch)
tree4787bdfbae84f84c2e35a2ea99ac79f55ff78860
parente9a17292e8545d5f651e9614c43bc1626e10ac5f (diff)
LC15: Remove clk_cal (another unused struct member)
-rw-r--r--src/osmo-bts-litecell15/l1_if.c1
-rw-r--r--src/osmo-bts-litecell15/l1_if.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/osmo-bts-litecell15/l1_if.c b/src/osmo-bts-litecell15/l1_if.c
index 1e81b74..3a0b419 100644
--- a/src/osmo-bts-litecell15/l1_if.c
+++ b/src/osmo-bts-litecell15/l1_if.c
@@ -1396,7 +1396,6 @@ struct lc15l1_hdl *l1if_open(struct phy_instance *pinst)
INIT_LLIST_HEAD(&fl1h->wlc_list);
fl1h->phy_inst = pinst;
- fl1h->clk_cal = 0;
fl1h->dsp_trace_f = pinst->u.lc15.dsp_trace_f;
get_hwinfo(fl1h);
diff --git a/src/osmo-bts-litecell15/l1_if.h b/src/osmo-bts-litecell15/l1_if.h
index 78421a0..0c8843b 100644
--- a/src/osmo-bts-litecell15/l1_if.h
+++ b/src/osmo-bts-litecell15/l1_if.h
@@ -37,7 +37,6 @@ struct lc15l1_hdl {
struct gsm_time gsm_time;
uint32_t hLayer1; /* handle to the L1 instance in the DSP */
uint32_t dsp_trace_f; /* currently operational DSP trace flags */
- int clk_cal;
struct llist_head wlc_list;
struct phy_instance *phy_inst;