net: usb: smsc75xx: fix mtu
authorStephane Fillod <fillods@users.sf.net>
Sun, 15 Apr 2012 11:38:29 +0000 (11:38 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 11 May 2012 12:14:25 +0000 (13:14 +0100)
commit888580ee7e7377ff8feb098a1f1150946abc105b
treeea8934c597616ead0d8e9e6931aa78290752b5ef
parent815feaa2e5733a772b8df9b3010008f7fb332341
net: usb: smsc75xx: fix mtu

[ Upstream commit a99ff7d0123b19ecad3b589480b6542716ab6b52 ]

Make smsc75xx recalculate the hard_mtu after adjusting the
hard_header_len.

Without this, usbnet adjusts the MTU down to 1492 bytes, and the host is
unable to receive standard 1500-byte frames from the device.

Inspired by same fix on cdc_eem 78fb72f7936c01d5b426c03a691eca082b03f2b9.

Tested on ARM/Omap3 with EVB-LAN7500-LC.

Signed-off-by: Stephane Fillod <fillods@users.sf.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/net/usb/smsc75xx.c