summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-29 08:30:13 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-29 08:30:13 -0600
commite7288954a5b40b1260a09c21c183679ebab40a5c (patch)
tree15855da958713b9fe4370050ebad3aa8dff94115 /include/linux
parent4266ccb535863397a3c826eb506aa56303164740 (diff)
ISDN: alloc CISCO HDLC info dynamically
There's really no need to allocate private storage for all possible interface types, just leave it to the interface type to alloc the memory it needs. CISCO HDLC does that, now.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/isdn.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index 61ce8db1d46d..8a1afe26f172 100644
--- a/include/linux/isdn.h
+++ b/include/linux/isdn.h
@@ -253,33 +253,6 @@ typedef struct {
/* GLOBAL_FLAGS */
#define ISDN_GLOBAL_STOPPED 1
-/*=================== Start of ip-over-ISDN stuff =========================*/
-
-/* Feature- and status-flags for a net-interface */
-#define ISDN_NET_SECURE 0x02 /* Accept calls from phonelist only */
-#define ISDN_NET_CALLBACK 0x04 /* activate callback */
-#define ISDN_NET_CBHUP 0x08 /* hangup before callback */
-#define ISDN_NET_CBOUT 0x10 /* remote machine does callback */
-
-#define ISDN_NET_MAGIC 0x49344C02 /* for paranoia-checking */
-
-/* Phone-list-element */
-struct isdn_net_phone {
- struct list_head list;
- char num[ISDN_MSNLEN];
-};
-
-/*
- Principles when extending structures for generic encapsulation protocol
- ("concap") support:
- - Stuff which is hardware specific (here i4l-specific) goes in
- the netdev -> local structure (here: isdn_net_local)
- - Stuff which is encapsulation protocol specific goes in the structure
- which holds the linux device structure (here: isdn_net_device)
-*/
-
-/*===================== End of ip-over-ISDN stuff ===========================*/
-
/*======================= Start of ISDN-tty stuff ===========================*/
#define ISDN_ASYNC_MAGIC 0x49344C01 /* for paranoia-checking */