This reverts earlier change that attempted to fix flow control; but was broken.
Device needs to discard pause frames at the receive DMA engine, otherwise the pause frames get received and passed up the stack! Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/sky2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- sky2.orig/drivers/net/sky2.h 2006-10-16 09:44:46.000000000 -0700 +++ sky2/drivers/net/sky2.h 2006-10-16 09:50:07.000000000 -0700 @@ -1576,7 +1576,7 @@ 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, }; - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html