diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-05 14:08:16 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-05 14:08:16 -0500 |
| commit | 13fad342e35c20f8677d54ccb9bb281f6bce43c7 (patch) | |
| tree | 6a31d9bd36e4926498aa879ed2be58e74496a286 /include/linux | |
| parent | 05fb5a374886df9fa300a273cbb8a6cf1080e6bf (diff) | |
ISDN: Make idle timeout and retry wait parts of the state machine
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/isdn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h index cf88490d83c1..d35b0961de09 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -371,8 +371,6 @@ typedef struct isdn_net_dev_s { int dialstate; /* State for dialing */ int dial; /* # of phone number just dialed */ int outgoing; /* Flag: outgoing call */ - unsigned long dialstarted; /* first dialing-attempt */ - unsigned long dialwait_timer;/* earliest next dialing-attempt */ int dialretry; /* Counter for Dialout-retries */ int cps; /* current speed of this interface */ |
