[PATCH] skge: don't allow transmit ring to be too small
authorStephen Hemminger <shemminger@osdl.org>
Mon, 15 May 2006 23:32:39 +0000 (16:32 -0700)
committerJeff Garzik <jeff@garzik.org>
Sat, 20 May 2006 04:17:07 +0000 (00:17 -0400)
The driver will get stuck (permanent transmit timeout), if the transmit
ring size is set too small.  It needs to have enough ring elements to
hold one maximum size transmit.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found