projects
/
unionfs-2.6.38.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fead18b
)
sky2: dont flush good pause frames
author
Stephen Hemminger
<shemminger@linux-foundation.org>
Tue, 27 Feb 2007 01:18:38 +0000
(17:18 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sat, 3 Mar 2007 00:32:46 +0000
(16:32 -0800)
Don't mark pause frames as errors. This caused a bug that would
lockup transmitter, as well as all the other ports on a switch.
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/sky2.h
patch
|
blob
|
history
diff --git
a/drivers/net/sky2.h
b/drivers/net/sky2.h
index 6d2a23f66c9ae1e8ca41879ecc8134a86b56edf2..3f05492da70326a1aae911b7d90fe26e4dc3d758 100644
(file)
--- a/
drivers/net/sky2.h
+++ b/
drivers/net/sky2.h
@@
-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_
GOOD_FC | GMR_FS_
BAD_FC |
+ GMR_FS_MII_ERR | GMR_FS_BAD_FC |
GMR_FS_UN_SIZE | GMR_FS_JABBER,
};