commit | 83636580ad99cffd85b07e75da7ad45ada0fd530 | [log] [tgz] |
---|---|---|
author | Doug Kehn <rdkehn@yahoo.com> | Wed Jan 11 13:12:43 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 12 20:05:28 2012 -0800 |
tree | e5ce86104abbfb7e8c9da7edd7bd7fca3871b9e3 | |
parent | ddecf0f4db44ef94847a62d6ecf74456b4dcc66f [diff] |
ksz884x: fix mtu for VLAN The Ethernet header does not account for the addition of a VLAN header. Full size Ethernet frames containing VLAN header are not processed because the frame is larger than the resulting hw mtu. Signed-off-by: Doug Kehn <rdkehn@yahoo.com> Signed-off-by: David S. Miller <davem@davemloft.net>