commit | 2eaba1a280b6380f5b1238c53ce62e4381fc5f97 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Wed Sep 06 12:44:47 2006 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Sep 13 13:27:44 2006 -0400 |
tree | 4b161be011f0bb6adeea1c49c5fef5e84297e26d | |
parent | 6aa20a2235535605db6d6d2bd850298b2fe7f31e [diff] |
[PATCH] sky2: tx pause bug fix 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>