diff options
-rw-r--r-- | drivers/net/forcedeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/forcedeth.c b/drivers/net/forcedeth.c index 10f4e3b5516..1938d6dfc86 100644 --- a/drivers/net/forcedeth.c +++ b/drivers/net/forcedeth.c | |||
@@ -552,7 +552,7 @@ union ring_type { | |||
552 | #define PHY_OUI_MARVELL 0x5043 | 552 | #define PHY_OUI_MARVELL 0x5043 |
553 | #define PHY_OUI_CICADA 0x03f1 | 553 | #define PHY_OUI_CICADA 0x03f1 |
554 | #define PHY_OUI_VITESSE 0x01c1 | 554 | #define PHY_OUI_VITESSE 0x01c1 |
555 | #define PHY_OUI_REALTEK 0x01c1 | 555 | #define PHY_OUI_REALTEK 0x0732 |
556 | #define PHYID1_OUI_MASK 0x03ff | 556 | #define PHYID1_OUI_MASK 0x03ff |
557 | #define PHYID1_OUI_SHFT 6 | 557 | #define PHYID1_OUI_SHFT 6 |
558 | #define PHYID2_OUI_MASK 0xfc00 | 558 | #define PHYID2_OUI_MASK 0xfc00 |