From: Stefan Roese Date: Wed, 16 Jan 2008 07:11:15 +0000 (+0100) Subject: net: NEWEMAC: Fix problem with mtu > 4080 on non TAH equipped 4xx PPC's X-Git-Tag: v2.6.25-rc1~1162^2~276 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee63d22b8953fd0dde22f52c0bc17a304ae50403;p=pandora-kernel.git net: NEWEMAC: Fix problem with mtu > 4080 on non TAH equipped 4xx PPC's Currently, all non TAH equipped 4xx PPC's call emac_start_xmit() upon xmit. This routine doesn't check if the frame length exceeds the max. MAL buffer size. This patch now changes the driver to call emac_start_xmit_sg() on all GigE platforms and not only the TAH equipped ones (440GX). This enables an MTU of 9000 instead 4080. Signed-off-by: Stefan Roese Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed