summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte11xp.c
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2010-09-10 15:54:35 +0000
committerKinsey Moore <kmoore@digium.com>2010-09-10 15:54:35 +0000
commitf1d5205ba32b7f8060eab06f33fb0311764efd7b (patch)
tree17db6d5306c9fbad10702f5a9854dbf2049a7a67 /drivers/dahdi/wcte11xp.c
parent555f5d1e9e7f36906c1bd70fe0b5ae7a13b56933 (diff)
wcte11xp, wcte12xp: Fix a long-standing issue with shutdown
Upon shutdown, both drivers would attempt to power down external interfaces, but never attempted to bring them back up when the span was restarted. Removing that code allows the driver to work properly until a better solution can be found. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9316 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte11xp.c')
-rw-r--r--drivers/dahdi/wcte11xp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/wcte11xp.c b/drivers/dahdi/wcte11xp.c
index 10d2a9a..3a1eef2 100644
--- a/drivers/dahdi/wcte11xp.c
+++ b/drivers/dahdi/wcte11xp.c
@@ -918,7 +918,6 @@ static int t1xxp_shutdown(struct dahdi_span *span)
unsigned long flags;
spin_lock_irqsave(&wc->lock, flags);
- __t1_framer_out(wc, 0x46, 0x41); /* GCR: Interrupt on Activation/Deactivation of AIX, LOS */
__t1xxp_stop_dma(wc);
__t1xxp_disable_interrupts(wc);
span->flags &= ~DAHDI_FLAG_RUNNING;