commit | c97884b5de95a11d1668f134a51c1d150d214391 | [log] [tgz] |
---|---|---|
author | Brice Goglin <brice@myri.com> | Fri Jul 13 20:15:13 2007 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Jul 16 18:28:05 2007 -0400 |
tree | b350e1e1ec743f8c5cb95ec0086b7b72cf032d48 | |
parent | be5ae973197b84e9f39784b73d08ba41931fbdc9 [diff] |
myri10ge: Remove nonsensical limit in the tx done routine Remove nonsensical limit in the tx done routine. Specifically, the loop will always terminate after processing <= 1 rings worth of frames, as the mcp index is not refetched, so the removed conditional could never be true. Signed-off-by: Brice Goglin <brice@myri.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>