commit | 8953f1282793882a5444924f7a273dc72a43d0a3 | [log] [tgz] |
---|---|---|
author | Sakari Ailus <sakari.ailus@iki.fi> | Tue Dec 16 01:44:05 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 16 01:44:05 2008 -0800 |
tree | 982c6a5b8d451fe64097f817ce071a34cf7b315d | |
parent | 092cab7e2cd868cb0b30209a0337689c3ffd6133 [diff] |
tlan: Fix small (< 64 bytes) datagram transmissions The TLAN chip does not support tranmissions smaller than 64 bytes. Smaller transfers need to be padded up to that size. This was broken by commit id 41873e9aff0632d80c74380d58a89e8d420151bd ("tlan: get rid of padding buffer"). <URL:http://bugzilla.kernel.org/show_bug.cgi?id=11754> Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>