You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sky2: enable IRQ on duplex renegotiation
Don't want IRQ on FIFO error because there is nothing useful to do with it. But do want IRQ on duplex change. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
committed by
Jeff Garzik
parent
4731305435
commit
d8511f8301
+1
-1
@@ -1149,7 +1149,7 @@ enum {
|
||||
PHY_M_IS_JABBER = 1<<0, /* Jabber */
|
||||
|
||||
PHY_M_DEF_MSK = PHY_M_IS_LSP_CHANGE | PHY_M_IS_LST_CHANGE
|
||||
| PHY_M_IS_FIFO_ERROR,
|
||||
| PHY_M_IS_DUP_CHANGE,
|
||||
PHY_M_AN_MSK = PHY_M_IS_AN_ERROR | PHY_M_IS_AN_COMPL,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user