projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a052b52
)
sky2: GMAC pause frame
author
Stephen Hemminger
<shemminger@osdl.org>
Tue, 17 Oct 2006 17:24:25 +0000
(10:24 -0700)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/drivers/net/sky2.h
b/drivers/net/sky2.h
index 3f05492da70326a1aae911b7d90fe26e4dc3d758..6d2a23f66c9ae1e8ca41879ecc8134a86b56edf2 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_BAD_FC |
+ GMR_FS_MII_ERR | GMR_FS_
GOOD_FC | GMR_FS_
BAD_FC |
GMR_FS_UN_SIZE | GMR_FS_JABBER,
};