projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a07c00
)
sky2: accept flow control
author
Stephen Hemminger
<shemminger@osdl.org>
Fri, 13 Oct 2006 16:13:23 +0000
(18:13 +0200)
committer
Adrian Bunk
<bunk@stusta.de>
Fri, 13 Oct 2006 16:13:23 +0000
(18:13 +0200)
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: Adrian Bunk <bunk@stusta.de>
drivers/net/sky2.h
patch
|
blob
|
history
diff --git
a/drivers/net/sky2.h
b/drivers/net/sky2.h
index 83ccadc2c9b21fbf506e6f429734d5727bdc3e51..b5163ab8789e78da3711a9945356c41e95ed9a60 100644
(file)
--- a/
drivers/net/sky2.h
+++ b/
drivers/net/sky2.h
@@
-1573,7
+1573,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,
};