patch-2.4.0-test3 linux/drivers/net/sunlance.c
Next file: linux/drivers/net/tokenring/ibmtr.c
Previous file: linux/drivers/net/starfire.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Jul 5 22:15:25 2000
- Orig file:
v2.4.0-test2/linux/drivers/net/sunlance.c
- Orig date:
Fri Jun 23 21:55:09 2000
diff -u --recursive --new-file v2.4.0-test2/linux/drivers/net/sunlance.c linux/drivers/net/sunlance.c
@@ -1,4 +1,4 @@
-/* $Id: sunlance.c,v 1.101 2000/06/19 06:24:46 davem Exp $
+/* $Id: sunlance.c,v 1.102 2000/06/30 10:18:35 davem Exp $
* lance.c: Linux/Sparc/Lance driver
*
* Written 1995, 1996 by Miguel de Icaza
@@ -1287,10 +1287,8 @@
static void lance_set_multicast_retry(unsigned long _opaque)
{
struct net_device *dev = (struct net_device *) _opaque;
- struct lance_private *lp = (struct lance_private *) dev->priv;
lance_set_multicast(dev);
- timer_exit(&lp->multicast_timer);
}
static void lance_free_hwresources(struct lance_private *lp)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)