summaryrefslogtreecommitdiff
path: root/wcfxs.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcfxs.c')
-rwxr-xr-xwcfxs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcfxs.c b/wcfxs.c
index b778d37..f979301 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -499,7 +499,7 @@ static void wcfxs_interrupt(int irq, void *dev_id, struct pt_regs *regs)
if ((x < wc->cards) && (wc->cardflag & (1 << x))) {
if (wc->lasttxhook[x] == 0x4) {
/* RINGing, prepare for OHT */
- wc->ohttimer[x] = OHT_TIMER;
+ wc->ohttimer[x] = OHT_TIMER << 3;
wc->idletxhookstate[x] = 0x2; /* OHT mode when idle */
} else {
if (wc->ohttimer[x]) {