summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Davis <sivad.a@paradise.net.nz>2011-03-19 06:09:02 +0000
committerAlec Davis <sivad.a@paradise.net.nz>2011-03-19 06:09:02 +0000
commit19a8616daeff1843e64e9956c7662bd1f50fc771 (patch)
tree35cb93334d04b04695219bf48e8703f8cbc46c82
parent522ce50a5ce47c75df37e84510f4f10952802b63 (diff)
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
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c2
1 files changed, 1 insertions, 1 deletions
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)) {