patch-2.2.19 linux/include/linux/isdn_ppp.h
Next file: linux/include/linux/isdnif.h
Previous file: linux/include/linux/isdn_compat.h
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Sun Mar 25 11:37:40 2001
- Orig file:
v2.2.18/include/linux/isdn_ppp.h
- Orig date:
Sun Mar 25 11:12:37 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/include/linux/isdn_ppp.h linux/include/linux/isdn_ppp.h
@@ -30,8 +30,8 @@
#define PPPIOCGIFNAME _IOR('t',136, char [IFNAMSIZ] )
#define PPP_MP 0x003d
-#define PPP_LINK_COMP 0x00fb
-#define PPP_LINK_CCP 0x80fb
+#define PPP_COMPFRAG 0x00fb
+#define PPP_CCPFRAG 0x80fb
#define SC_MP_PROT 0x00000200
#define SC_REJ_MP_PROT 0x00000400
@@ -68,8 +68,6 @@
#ifdef __KERNEL__
-#include <asm/spinlock.h>
-
/*
* We need a way for the decompressor to influence the generation of CCP
* Reset-Requests in a variety of ways. The decompressor is already returning
@@ -203,7 +201,7 @@
struct ippp_buf_queue rq[NUM_RCV_BUFFS]; /* packet queue for isdn_ppp_read() */
struct ippp_buf_queue *first; /* pointer to (current) first packet */
struct ippp_buf_queue *last; /* pointer to (current) last used packet in queue */
- struct wait_queue *wq;
+ wait_queue_head_t wq;
struct task_struct *tk;
unsigned int mpppcfg;
unsigned int pppcfg;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)