]> Pileus Git - ~andy/linux/commitdiff
sky2: GMAC pause frame
authorStephen Hemminger <shemminger@osdl.org>
Tue, 17 Oct 2006 17:24:25 +0000 (10:24 -0700)
committerStephen Hemminger <shemminger@osdl.org>
Tue, 17 Oct 2006 17:24:25 +0000 (10:24 -0700)
This reverts earlier change that attempted to fix flow control.
Device needs to discard pause frames, otherwise it hangs after a while.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
drivers/net/sky2.h

index 3f05492da70326a1aae911b7d90fe26e4dc3d758..6d2a23f66c9ae1e8ca41879ecc8134a86b56edf2 100644 (file)
@@ -1576,7 +1576,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_MII_ERR | GMR_FS_GOOD_FC | GMR_FS_BAD_FC |
                          GMR_FS_UN_SIZE | GMR_FS_JABBER,
 };