Merge branch 'acpi-pm'
[linux-2.6-microblaze.git] / net / lapb / lapb_iface.c
index 0511bbe..1078e14 100644 (file)
@@ -122,8 +122,8 @@ static struct lapb_cb *lapb_create_cb(void)
 
        timer_setup(&lapb->t1timer, NULL, 0);
        timer_setup(&lapb->t2timer, NULL, 0);
-       lapb->t1timer_stop = true;
-       lapb->t2timer_stop = true;
+       lapb->t1timer_running = false;
+       lapb->t2timer_running = false;
 
        lapb->t1      = LAPB_DEFAULT_T1;
        lapb->t2      = LAPB_DEFAULT_T2;