commit | 639b62a5284fab27122ec607fe341eb8e29411f4 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Sun Oct 04 23:33:17 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 07 03:50:11 2009 -0700 |
tree | ae46656a6898f07d5a8f28ae0674b0762fe636e0 | |
parent | 4989ccb25cc2a6d03d3503a2c852644f9a750948 [diff] |
ethoc: fix typo to compute number of tx descriptors It should be max() instead of min(). Use 1/4 of available descriptors for tx, and there should be at least 2 tx descriptors. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: David S. Miller <davem@davemloft.net>