Re: [PATCH] sky2: fix jumbo packet support

2006-05-23 Thread Jeff Garzik
Stephen Hemminger wrote: 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 <[EMAIL PROTECTED]> applied - To

[PATCH] sky2: fix jumbo packet support

2006-05-22 Thread Stephen Hemminger
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 <[EMAIL PROTECTED]> --- sky2.orig/drivers/net/sky2.c +++ sky2/dr