diff options
Diffstat (limited to 'net/lapb/lapb_timer.c')
-rw-r--r-- | net/lapb/lapb_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lapb/lapb_timer.c b/net/lapb/lapb_timer.c index 2c8f0f809220..af6d14b44e2e 100644 --- a/net/lapb/lapb_timer.c +++ b/net/lapb/lapb_timer.c | |||
@@ -101,7 +101,7 @@ static void lapb_t1timer_expiry(unsigned long param) | |||
101 | /* | 101 | /* |
102 | * Awaiting connection state, send SABM(E), up to N2 times. | 102 | * Awaiting connection state, send SABM(E), up to N2 times. |
103 | */ | 103 | */ |
104 | case LAPB_STATE_1: | 104 | case LAPB_STATE_1: |
105 | if (lapb->n2count == lapb->n2) { | 105 | if (lapb->n2count == lapb->n2) { |
106 | lapb_clear_queues(lapb); | 106 | lapb_clear_queues(lapb); |
107 | lapb->state = LAPB_STATE_0; | 107 | lapb->state = LAPB_STATE_0; |