mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02: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:
parent
4731305435
commit
d8511f8301
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user