diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-16 01:18:31 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-16 01:18:31 -0500 |
| commit | 949d4e94ce3b9023c165ec9ea2651b56fb0b4847 (patch) | |
| tree | 6109ffffd78149c55b8677631f1a822bbeb8817d /include | |
| parent | 4edfad00c2a014728f006a16e2b2208e2ba75e95 (diff) | |
ISDN/PPP: CCP flags handling
Let isdn_ppp_ccp.c take care of keeping state / flags by itself.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/isdn_ppp.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/isdn_ppp.h b/include/linux/isdn_ppp.h index 2c1fc99849f2..ec6016c37421 100644 --- a/include/linux/isdn_ppp.h +++ b/include/linux/isdn_ppp.h @@ -38,15 +38,6 @@ struct pppcallinfo #define SC_OUT_SHORT_SEQ 0x00000800 #define SC_IN_SHORT_SEQ 0x00004000 -#define SC_DECOMP_ON 0x01 -#define SC_COMP_ON 0x02 -#define SC_DECOMP_DISCARD 0x04 -#define SC_COMP_DISCARD 0x08 -#define SC_LINK_DECOMP_ON 0x10 -#define SC_LINK_COMP_ON 0x20 -#define SC_LINK_DECOMP_DISCARD 0x40 -#define SC_LINK_COMP_DISCARD 0x80 - #define ISDN_PPP_COMP_MAX_OPTIONS 16 #define IPPP_COMP_FLAG_XMIT 0x1 |
