summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wcte12xp/base.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/wcte12xp/base.c b/wcte12xp/base.c
index 4f9d710..3bc49ae 100644
--- a/wcte12xp/base.c
+++ b/wcte12xp/base.c
@@ -955,6 +955,10 @@ static int t1xxp_spanconfig(struct zt_span *span, struct zt_lineconfig *lc)
{
struct t1 *wc = span->pvt;
+ span->lineconfig = lc->lineconfig;
+ span->lbo = lc->lbo;
+ span->txlevel = lc->lbo;
+ span->rxlevel = 0;
/* Do we want to SYNC on receive or not */
wc->sync = lc->sync;
if (wc->sync)