|
@@ -2339,6 +2339,7 @@ static struct ippp_ccp_reset_state *isdn_ppp_ccp_reset_alloc_state(struct ippp_s
|
|
rs->state = CCPResetIdle;
|
|
rs->state = CCPResetIdle;
|
|
rs->is = is;
|
|
rs->is = is;
|
|
rs->id = id;
|
|
rs->id = id;
|
|
|
|
+ init_timer(&rs->timer);
|
|
rs->timer.data = (unsigned long)rs;
|
|
rs->timer.data = (unsigned long)rs;
|
|
rs->timer.function = isdn_ppp_ccp_timer_callback;
|
|
rs->timer.function = isdn_ppp_ccp_timer_callback;
|
|
is->reset->rs[id] = rs;
|
|
is->reset->rs[id] = rs;
|