usbatm speedtch.c,1.40,1.41
David Woodhouse
dwmw2 at infradead.org
Fri Apr 8 03:30:02 EDT 2005
Update of /home/cvs/usbatm
In directory phoenix.infradead.org:/tmp/cvs-serv25154
Modified Files:
speedtch.c
Log Message:
restart sync when it's lost
Index: speedtch.c
===================================================================
RCS file: /home/cvs/usbatm/speedtch.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- speedtch.c 14 Jan 2005 23:17:21 -0000 1.40
+++ speedtch.c 8 Apr 2005 07:29:58 -0000 1.41
@@ -386,6 +386,8 @@
if (instance->u.atm_dev->signal != ATM_PHY_SIG_LOST) {
instance->u.atm_dev->signal = ATM_PHY_SIG_LOST;
printk(KERN_NOTICE "ADSL line is down\n");
+ /* It'll never resync again unless we ask it to... */
+ speedtch_start_synchro(instance);
}
break;
More information about the Usbatm-commits
mailing list