[PATCH] sky2: tx pause bug fix
authorStephen Hemminger <shemminger@osdl.org>
Wed, 6 Sep 2006 19:44:47 +0000 (12:44 -0700)
committerJeff Garzik <jeff@garzik.org>
Wed, 13 Sep 2006 17:27:44 +0000 (13:27 -0400)
Fix problems with transmit pause frames. The driver was telling the
GMAC to flush (not process) pause frames. Manually disabling pause wasn't
working because of problems in the setup.

This maybe the cause of the lockup under load.
http://bugzilla.kernel.org/show_bug.cgi?id=6839

Patch against netdev-2.6 git tree

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found