summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/dahdi/wct4xxp/base.c4
1 files changed, 4 insertions, 0 deletions
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: