From 05fb5a374886df9fa300a273cbb8a6cf1080e6bf Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Sat, 5 Oct 2002 11:24:35 -0500 Subject: 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. --- include/linux/isdn.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') 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 */ -- cgit v1.2.3