This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / drivers / net / 3c59x.c
index ab2e61a..197a3cd 100644 (file)
@@ -1787,7 +1787,7 @@ vortex_timer(unsigned long data)
        struct net_device *dev = (struct net_device *)data;
        struct vortex_private *vp = netdev_priv(dev);
        long ioaddr = dev->base_addr;
-       int next_tick = 60*HZ;
+       int next_tick = 10*HZ;
        int ok = 0;
        int media_status, mii_status, old_window;