summaryrefslogtreecommitdiff
path: root/wcte11xp.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-05 03:24:43 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-05 03:24:43 +0000
commitbc33447d7bc5a894a9845d2a53cc5778474d5278 (patch)
tree5188a4f735598942755fab81aa0e18c871df8030 /wcte11xp.c
parent4397dde199c2f4fee3db7b786f25222dafe6ba2e (diff)
the previous addition of fields to zt_spaninfo added an 'lbo' field, but none of the drivers for digital cards actually populate that field... this is now corrected
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3317 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcte11xp.c')
-rw-r--r--wcte11xp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wcte11xp.c b/wcte11xp.c
index e5f8b83..f63f725 100644
--- a/wcte11xp.c
+++ b/wcte11xp.c
@@ -946,6 +946,7 @@ 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 */