patch-2.4.20 linux-2.4.20/drivers/net/wavelan.c

Next file: linux-2.4.20/drivers/net/wavelan.p.h
Previous file: linux-2.4.20/drivers/net/wan/syncppp.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/drivers/net/wavelan.c linux-2.4.20/drivers/net/wavelan.c
@@ -2782,6 +2782,9 @@
 		    (unsigned char *) &nop.nop_h.ac_link,
 		    sizeof(nop.nop_h.ac_link));
 
+	/* Make sure the watchdog will keep quiet for a while */
+	dev->trans_start = jiffies;
+
 	/* Keep stats up to date. */
 	lp->stats.tx_bytes += length;
 

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