[PATCH] sky2: fix jumbo packet support
authorStephen Hemminger <shemminger@osdl.org>
Mon, 22 May 2006 19:03:42 +0000 (12:03 -0700)
committerJeff Garzik <jeff@garzik.org>
Wed, 24 May 2006 04:36:09 +0000 (00:36 -0400)
commita1433ac4ab46fb23ae77804c207a1f710a7b12f1
tree8823b8402768b6ad17c4cbeb4b0512245e5b1825
parent387e2b0439026aa738a9edca15a57e5c0bcb4dfc
[PATCH] sky2: fix jumbo packet support

The truncate threshold calculation to prevent receiver from getting stuck
was incorrect, and it didn't take into account the upper limit on bits
in the register so the jumbo packet support was broken.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c