sky2: jumbo frame regression fix
authorStephen Hemminger <shemminger@linux-foundation.org>
Wed, 3 Oct 2007 01:02:09 +0000 (18:02 -0700)
committerJeff Garzik <jeff@garzik.org>
Wed, 3 Oct 2007 17:39:42 +0000 (13:39 -0400)
Remove unneeded check that caused problems with jumbo frame sizes.
The check was recently added and is wrong.
When using jumbo frames the sky2 driver does fragmentation, so
rx_data_size is less than mtu.

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

No differences found