From: Ayaz Abdulla Date: Mon, 10 Mar 2008 19:58:21 +0000 (-0500) Subject: forcedeth: limit tx to 16 X-Git-Tag: v2.6.25-rc7~54^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b446c3e1592287dae117e03e61af0aa09adba6f;p=pandora-kernel.git forcedeth: limit tx to 16 This is a critical patch which adds a workaround for a HW bug. The patch will limit the number of outstanding tx packets to 16. Otherwise, the HW could send out packets with bad checksums. The driver will still setup the tx packets into the ring, however, will only set the Valid bit on 16 packets at a time. Signed-off-by: Ayaz Abdulla Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed