From e78e5fa40c52d1d6dd49ace2936c23790cc6ae46 Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Wed, 8 Dec 2010 22:11:53 +0000 Subject: dahdi: Removing loopstop maint function DAHDI_MAINT_LOOPSTOP is being removed due to the redundancy with DAHDI_MAINT_NONE. Also removing some timing logic, as amount of time a loopup or loopdown signal is held on the line, is now defined in userspace with dahdi_maint. Signed-off-by: Russ Meyerriecks Acked-by: Shaun Ruffell Acked-by: Kinsey Moore git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9515 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/dahdi-base.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/dahdi/dahdi-base.c') diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c index 0040d31..9f9516f 100644 --- a/drivers/dahdi/dahdi-base.c +++ b/drivers/dahdi/dahdi-base.c @@ -8455,8 +8455,6 @@ int dahdi_transmit(struct dahdi_span *span) span->mainttimer -= DAHDI_CHUNKSIZE; if (span->mainttimer <= 0) { span->mainttimer = 0; - if (span->ops->maint) - span->ops->maint(span, DAHDI_MAINT_LOOPSTOP); span->maintstat = 0; } } -- cgit v1.2.3