]> git.kernelconcepts.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 17:04:51 +0000 (10:04 -0700)
commitc8438198c033eb85ecc20c30568934d3e8fd2f0a
treec7688ca2a86d56e0a384f132ff1c1d23c489e8bb
parent74bed69914a63f2b412e5f837226d88da52323ca
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