From: Dai Haruki Date: Mon, 24 Mar 2008 15:53:26 +0000 (-0500) Subject: gianfar: Fix frame size calculation when hardware VLAN acceleration is on X-Git-Tag: v2.6.26-rc1~1138^2~316^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faa89577621b4296a8869e75b90a546c951df968;p=pandora-kernel.git gianfar: Fix frame size calculation when hardware VLAN acceleration is on In gfar_change_mtu(), the frame size needs to be increased to account for the extra 4 bytes VLAN adds to the ethernet header. However, it was being increased by the length of the whole header (18 bytes), which is wrong. Signed-off-by: Dai Haruki Signed-off-by: Andy Fleming Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed