diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-09-22 11:13:50 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-09-22 11:13:50 -0500 |
| commit | 2a002db29abb87fec80e12395817eadf9d61cd3c (patch) | |
| tree | 48208bb24e40d7032da2a174ff122854d20ff2e0 /include/linux | |
| parent | 79deb1f1dba8b743eed6eb40e92dbb2db6d590f5 (diff) | |
ISDN: Kill isdn_net_autohup()
It's not used for the timeout controlled hangup anymore, only to
hangup depending on the dialmode, which we handle directly now.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/isdn.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h index 174dee960a20..d5907b2cd5bc 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -245,12 +245,10 @@ typedef struct { #define ISDN_TIMER_MODEMPLUS 2 #define ISDN_TIMER_MODEMRING 4 #define ISDN_TIMER_MODEMXMIT 8 -#define ISDN_TIMER_NETHANGUP 32 #define ISDN_TIMER_CARRIER 256 /* Wait for Carrier */ #define ISDN_TIMER_FAST (ISDN_TIMER_MODEMREAD | ISDN_TIMER_MODEMPLUS | \ ISDN_TIMER_MODEMXMIT) -#define ISDN_TIMER_SLOW (ISDN_TIMER_MODEMRING | ISDN_TIMER_NETHANGUP | \ - ISDN_TIMER_CARRIER) +#define ISDN_TIMER_SLOW (ISDN_TIMER_MODEMRING | ISDN_TIMER_CARRIER) /* GLOBAL_FLAGS */ #define ISDN_GLOBAL_STOPPED 1 |
