summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-07 19:39:05 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-07 19:39:05 +0000
commit859ac8f1259c493d2e935c4dcdaf2b62bba7e6bc (patch)
tree32c7b75cf190c5b5b4147d76171f9a413dab78d0 /wct4xxp
parenta4d177fa6d89c5cd8cb9ef2339302a6d0a860d3f (diff)
as suggested by tzafrir on asterisk-dev, remove some code duplication when handling ZT_SPANCONFIG
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3343 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/base.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index 9f0a3f1..45a8d32 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -1414,11 +1414,7 @@ static int t4_spanconfig(struct zt_span *span, struct zt_lineconfig *lc)
printk("About to enter spanconfig!\n");
if (debug & DEBUG_MAIN)
printk("TE%dXXP: Configuring span %d\n", wc->numspans, span->spanno);
- /* XXX We assume lineconfig is okay and shouldn't XXX */
- span->lineconfig = lc->lineconfig;
- span->lbo = lc->lbo;
- span->txlevel = lc->lbo;
- span->rxlevel = 0;
+
if (lc->sync < 0)
lc->sync = 0;
if (lc->sync > 4)