diff options
Diffstat (limited to 'include/net/lapb.h')
| -rw-r--r-- | include/net/lapb.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/lapb.h b/include/net/lapb.h index eee73442a1ba..124ee122f2c8 100644 --- a/include/net/lapb.h +++ b/include/net/lapb.h @@ -92,7 +92,7 @@ struct lapb_cb {  	unsigned short		n2, n2count;  	unsigned short		t1, t2;  	struct timer_list	t1timer, t2timer; -	bool			t1timer_stop, t2timer_stop; +	bool			t1timer_running, t2timer_running;  	/* Internal control information */  	struct sk_buff_head	write_queue;  |