commit | faa89577621b4296a8869e75b90a546c951df968 | [log] [tgz] |
---|---|---|
author | Dai Haruki <dai.haruki@freescale.com> | Mon Mar 24 10:53:26 2008 -0500 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Mar 26 00:44:33 2008 -0400 |
tree | fbb3e05c341cae5f68170f71d144fcf3a8bf923e | |
parent | a3cb96a13cf74b3e5bb4ecca0c39df1022539059 [diff] |
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 <dai.haruki@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>