diff options
Diffstat (limited to 'hw/net/lan9118_phy.c')
-rw-r--r-- | hw/net/lan9118_phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/lan9118_phy.c b/hw/net/lan9118_phy.c index d2dcd73..d8fc9dd 100644 --- a/hw/net/lan9118_phy.c +++ b/hw/net/lan9118_phy.c @@ -54,7 +54,7 @@ uint16_t lan9118_phy_read(Lan9118PhyState *s, int reg) val = s->advertise; break; case 5: /* Auto-neg Link Partner Ability */ - val = 0x0f71; + val = 0x0fe1; break; case 6: /* Auto-neg Expansion */ val = 1; |