]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
sky2: accept flow control
authorStephen Hemminger <shemminger@osdl.org>
Wed, 6 Sep 2006 17:17:53 +0000 (10:17 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Sep 2006 21:51:39 +0000 (14:51 -0700)
Don't program the GMAC to reject flow control packets.
This maybe the cause of some of the transmit hangs.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/sky2.h

index 8a0bc5525f0a64e8024b58d550ed29c4357fc6f4..9c01880a9652bdd706ceba80a88796410a6164bc 100644 (file)
@@ -1566,7 +1566,7 @@ enum {
 
        GMR_FS_ANY_ERR  = GMR_FS_RX_FF_OV | GMR_FS_CRC_ERR |
                          GMR_FS_FRAGMENT | GMR_FS_LONG_ERR |
-                         GMR_FS_MII_ERR | GMR_FS_BAD_FC | GMR_FS_GOOD_FC |
+                         GMR_FS_MII_ERR | GMR_FS_BAD_FC |
                          GMR_FS_UN_SIZE | GMR_FS_JABBER,
 };