]> git.itanic.dy.fi Git - linux-stable/commit
smsc75xx: fix jumbo frame support
authorSteve Glendinning <steve.glendinning@shawell.net>
Thu, 28 Mar 2013 02:34:41 +0000 (02:34 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Apr 2013 17:16:54 +0000 (10:16 -0700)
commit5229aee5b9a28ac7b1c12ae988e1c8a49b217123
tree96ad392ff653b9640e8b1948cb9eac1367687152
parent3beceaf660dffbe11f5a5606ea379666eb9eaad0
smsc75xx: fix jumbo frame support

[ Upstream commit 4c51e53689569398d656e631c17308d9b8e84650 ]

This patch enables RX of jumbo frames for LAN7500.

Previously the driver would transmit jumbo frames succesfully but
would drop received jumbo frames (incrementing the interface errors
count).

With this patch applied the device can succesfully receive jumbo
frames up to MTU 9000 (9014 bytes on the wire including ethernet
header).

Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/smsc75xx.c