[PATCH 2.4/2.5] fix pcnet_cs fast_poll jiffies usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



against 2.4-bk, applies to 2.5-bk with offset

--- 1.10/drivers/net/pcmcia/pcnet_cs.c	Sat Oct 19 01:52:32 2002
+++ edited/pcnet_cs.c	Fri Jul 11 19:06:45 2003
@@ -1148,7 +1148,7 @@
     }
     if (info->fast_poll) {
 	info->fast_poll--;
-	info->watchdog.expires = jiffies + 1;
+	info->watchdog.expires = jiffies + HZ/100;
 	add_timer(&info->watchdog);
 	return;
     }


-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux