commit | a99ff7d0123b19ecad3b589480b6542716ab6b52 | [log] [tgz] |
---|---|---|
author | Stephane Fillod <fillods@users.sf.net> | Sun Apr 15 11:38:29 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 16 23:54:22 2012 -0400 |
tree | a40ea4c7b22d42aca799e460555349507970a693 | |
parent | 4362aaf6054b9760652c7047cdf6fa852acb6cf7 [diff] |
net: usb: smsc75xx: fix mtu 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>