]> git.karo-electronics.de Git - karo-tx-linux.git/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 16:26:22 +0000 (09:26 -0700)
commit6f44fdd9d030c3e1914890d162747d2113ba743e
tree8f49c0366963400caa2bd5bd67fdc3050fd569d6
parent96aa045a1c51d992caba0d49193e6fecdb71b950
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