]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sundance: remove TxStartThresh and RxEarlyThresh
authorJesse Huang <jesse@icplus.com.tw>
Fri, 20 Oct 2006 21:42:05 +0000 (14:42 -0700)
committerJeff Garzik <jeff@garzik.org>
Sat, 2 Dec 2006 05:12:02 +0000 (00:12 -0500)
commit0d6fd2b4a5b62791cd7d06de142035eb08c2fc73
treeae88045a97ceeb75a031754a9de8e01d62b71b4d
parentb20a4c228b755d5ad1dc7f89e6470e0b8efb1fba
[PATCH] sundance: remove TxStartThresh and RxEarlyThresh

For patent issue need to remove TxStartThresh and RxEarlyThresh.  This patent
is cut-through patent.  If use this function, Tx will start to transmit after
few data be move in to Tx FIFO.  We are not allow to use those function in
DFE530/DFE550/DFE580/DL10050/IP100/IP100A.  It will decrease a little
performance.

Signed-off-by: Jesse Huang <jesse@icplus.com.tw>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sundance.c