lkml.org 
[lkml]   [2001]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] broken ISDN chargehup

Hi,

Applied patch fixes 2 problems :

- If chargeint was > 10, chargehup was activated
- If chargehup was activated, the next call to isdn_net_autohup()
terminated the link

Both changes makes IPPP idle hangups functional again.



Regards,


Igmar


--

Igmar Palsenberg
JDI Media Solutions

Boulevard Heuvelink 102
6828 KT Arnhem
The Netherlands

mailto: i.palsenberg@jdimedia.nl
PGP/GPG key : http://www.jdimedia.nl/formulier/pgp/igmar
--- linux-2.4.14/drivers/isdn/isdn_net.c.orig Thu Nov 15 15:21:49 2001
+++ linux-2.4.14/drivers/isdn/isdn_net.c Thu Nov 15 17:00:40 2001
@@ -369,8 +369,6 @@
l->name, l->chargetime, l->chargeint);
isdn_net_hangup(&p->dev);
}
- } else
- isdn_net_hangup(&p->dev);
} else if (l->hupflags & ISDN_INHUP)
isdn_net_hangup(&p->dev);
}
@@ -2872,7 +2870,7 @@
else
lp->hupflags &= ~ISDN_INHUP;
if (cfg->chargeint > 10) {
- lp->hupflags |= ISDN_CHARGEHUP | ISDN_HAVECHARGE | ISDN_MANCHARGE;
+ lp->hupflags |= ISDN_HAVECHARGE | ISDN_MANCHARGE;
lp->chargeint = cfg->chargeint * HZ;
}
if (cfg->p_encap != lp->p_encap) {
\
 
 \ /
  Last update: 2005-03-22 13:13    [W:0.027 / U:0.324 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site