patch-2.3.19 linux/drivers/net/irda/toshoboe.c

Next file: linux/drivers/net/irda/uircc.c
Previous file: linux/drivers/net/irda/smc-ircc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.18/linux/drivers/net/irda/toshoboe.c linux/drivers/net/irda/toshoboe.c
@@ -542,7 +542,7 @@
       while (self->taskfile->xmit[i].control)
         {
           current->state = TASK_INTERRUPTIBLE;
-          schedule_timeout (6);
+          schedule_timeout (MSECS_TO_JIFFIES(60));
         }
     }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)