From 7efaba9c0e4d4236ffc3472eea9c9657b2641b0b Mon Sep 17 00:00:00 2001 From: Alec L Davis Date: Sat, 19 Mar 2011 06:09:02 +0000 Subject: wctdm24xxp: Remove SLIC_LF_OPPENDING setting on fxs->idletxhookstate from set_vmwi git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9868 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wctdm24xxp/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c index d0bb28a..caa39c1 100644 --- a/drivers/dahdi/wctdm24xxp/base.c +++ b/drivers/dahdi/wctdm24xxp/base.c @@ -2423,7 +2423,7 @@ static int set_vmwi(struct wctdm *wc, int chan_idx) /* Set line polarity for new VMWI state */ if (POLARITY_XOR(chan_idx)) { - fxs->idletxhookstate |= SLIC_LF_OPPENDING | SLIC_LF_REVMASK; + fxs->idletxhookstate |= SLIC_LF_REVMASK; /* Do not set while currently ringing or open */ if (((fxs->lasttxhook & SLIC_LF_SETMASK) != SLIC_LF_RINGING) && ((fxs->lasttxhook & SLIC_LF_SETMASK) != SLIC_LF_OPEN)) { -- cgit v1.2.3