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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/slip.h b/drivers/net/slip.h
index 29d87dd45a24..853e0f6ec710 100644
--- a/drivers/net/slip.h
+++ b/drivers/net/slip.h
@@ -107,12 +107,12 @@ struct slip {
107#define SL_MODE_CSLIP6 (SL_MODE_SLIP6|SL_MODE_CSLIP) 107#define SL_MODE_CSLIP6 (SL_MODE_SLIP6|SL_MODE_CSLIP)
108#define SL_MODE_AX25 4 108#define SL_MODE_AX25 4
109#define SL_MODE_ADAPTIVE 8 109#define SL_MODE_ADAPTIVE 8
110#ifdef CONFIG_SLIP_SMART 110#ifdef CONFIG_SLIP_SMART
111 unsigned char outfill; /* # of sec between outfill packet */ 111 unsigned char outfill; /* # of sec between outfill packet */
112 unsigned char keepalive; /* keepalive seconds */ 112 unsigned char keepalive; /* keepalive seconds */
113 struct timer_list outfill_timer; 113 struct timer_list outfill_timer;
114 struct timer_list keepalive_timer; 114 struct timer_list keepalive_timer;
115#endif 115#endif
116}; 116};
117 117
118#define SLIP_MAGIC 0x5302 118#define SLIP_MAGIC 0x5302