From 2c722eb3f844cb3365079d76dd63204572e07c60 Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Fri, 5 Mar 2010 19:37:14 +0000 Subject: wct4xxp: Fixed inability to disable network payload looping git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8255 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wct4xxp/base.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c index 9994f02..116b0e3 100644 --- a/drivers/dahdi/wct4xxp/base.c +++ b/drivers/dahdi/wct4xxp/base.c @@ -1473,6 +1473,10 @@ static int t4_maint(struct dahdi_span *span, int cmd) t4_framer_out(wc, span->offset, LCR1_T, (reg & ~(XPRBS | EPRM))); + reg = t4_framer_in(wc, span->offset, FMR2_T); + t4_framer_out(wc, span->offset, FMR2_T, + (reg & ~FMR2_PLB)); + span->mainttimer = 0; break; case DAHDI_MAINT_LOCALLOOP: -- cgit v1.2.3