From: Li Yang Date: Mon, 19 Mar 2007 03:58:02 +0000 (+0800) Subject: Revert "ucc_geth: returns NETDEV_TX_BUSY when BD ring is full" X-Git-Tag: v2.6.21-rc5~21^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f6881b846e3d97ee15f6ab1f6529cd1cc2f4c28;p=pandora-kernel.git Revert "ucc_geth: returns NETDEV_TX_BUSY when BD ring is full" This reverts commit 18babd38547a042a4bfd4154a014d1ad33373eb0. Michael Barkowski points out that it's wrong, and I agree. The patch causes a problem rather than fixes one after another patch "ucc_geth: Fix BD processing" was applied. Before that patch, current packet should be blocked. However after the patch current packet is ok and we only need to block next. Reported-by: Michael Barkowski Signed-off-by: Li Yang Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed