commit | 65f686bfb228d5ef9f5ec12a526cea98df5e1c18 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Sat Dec 09 14:59:55 2017 -0800 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Jan 15 12:05:21 2018 -0600 |
tree | 19777527e3536794dd0422f3693525f274f23275 | |
parent | 01b4ade5cb336f83a3b9029591a28b67bda07863 [diff] |
net: designware: Pad small packets Make sure that we pad small packets to a minimum length of 60 bytes (without FCS). This is necessary to interface with Ethernet switches that will reject RUNT frames unless padded correctly. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>