aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/slip.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/slip.h')
-rw-r--r--drivers/net/slip.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/slip.h b/drivers/net/slip.h
index ab3efe66a642..853e0f6ec710 100644
--- a/drivers/net/slip.h
+++ b/drivers/net/slip.h
@@ -22,7 +22,6 @@
22#ifndef _LINUX_SLIP_H 22#ifndef _LINUX_SLIP_H
23#define _LINUX_SLIP_H 23#define _LINUX_SLIP_H
24 24
25#include <linux/config.h>
26 25
27#if defined(CONFIG_INET) && defined(CONFIG_SLIP_COMPRESSED) 26#if defined(CONFIG_INET) && defined(CONFIG_SLIP_COMPRESSED)
28# define SL_INCLUDE_CSLIP 27# define SL_INCLUDE_CSLIP
@@ -108,12 +107,12 @@ struct slip {
108#define SL_MODE_CSLIP6 (SL_MODE_SLIP6|SL_MODE_CSLIP) 107#define SL_MODE_CSLIP6 (SL_MODE_SLIP6|SL_MODE_CSLIP)
109#define SL_MODE_AX25 4 108#define SL_MODE_AX25 4
110#define SL_MODE_ADAPTIVE 8 109#define SL_MODE_ADAPTIVE 8
111#ifdef CONFIG_SLIP_SMART 110#ifdef CONFIG_SLIP_SMART
112 unsigned char outfill; /* # of sec between outfill packet */ 111 unsigned char outfill; /* # of sec between outfill packet */
113 unsigned char keepalive; /* keepalive seconds */ 112 unsigned char keepalive; /* keepalive seconds */
114 struct timer_list outfill_timer; 113 struct timer_list outfill_timer;
115 struct timer_list keepalive_timer; 114 struct timer_list keepalive_timer;
116#endif 115#endif
117}; 116};
118 117
119#define SLIP_MAGIC 0x5302 118#define SLIP_MAGIC 0x5302