summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-05 11:24:35 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-05 11:24:35 -0500
commit05fb5a374886df9fa300a273cbb8a6cf1080e6bf (patch)
treeff8906529f2425a895a3b628686e8770a2e8f740 /include/linux
parenta8a5aeeafe5366a38de52744014db6c93228d1f5 (diff)
ISDN: Reuse the dial_timer for idle hangup
Since we use the dial timer only during setup and the idle timer only when the connection is active, we can simply (and cleanly) use the same timer.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/isdn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index 664f2d471fd6..cf88490d83c1 100644
--- a/include/linux/isdn.h
+++ b/include/linux/isdn.h
@@ -381,7 +381,6 @@ typedef struct isdn_net_dev_s {
int sqfull; /* Flag: netdev-queue overloaded */
ulong sqfull_stamp; /* Start-Time of overload */
- struct timer_list hup_timer; /* auto hangup timer */
int huptimer; /* Timeout-counter for auto-hangup */
int charge; /* Counter for charging units */
int charge_state; /* ChargeInfo state machine */