[PATCH] sky2: limit coalescing values to ring size
authorStephen Hemminger <shemminger@osdl.org>
Wed, 22 Feb 2006 19:44:59 +0000 (11:44 -0800)
committerFrancois Romieu <romieu@fr.zoreil.com>
Thu, 23 Feb 2006 00:23:40 +0000 (01:23 +0100)
Don't allow coalescing values to be bigger than the transmit ring.
Since if you set them that big, the interrupt never happens and driver
livelocks.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>

No differences found