patch-2.3.49 linux/drivers/net/sunlance.c
Next file: linux/drivers/net/tokenring/ibmtr.c
Previous file: linux/drivers/net/setup.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun Feb 27 18:45:10 2000
- Orig file:
v2.3.48/linux/drivers/net/sunlance.c
- Orig date:
Sun Feb 20 21:12:39 2000
diff -u --recursive --new-file v2.3.48/linux/drivers/net/sunlance.c linux/drivers/net/sunlance.c
@@ -1,4 +1,4 @@
-/* $Id: sunlance.c,v 1.99 2000/02/16 10:36:14 davem Exp $
+/* $Id: sunlance.c,v 1.100 2000/02/27 09:38:12 anton Exp $
* lance.c: Linux/Sparc/Lance driver
*
* Written 1995, 1996 by Miguel de Icaza
@@ -1287,8 +1287,10 @@
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)