Commit 7850bacb authored by Mike Waychison's avatar Mike Waychison Committed by David S. Miller

[TG3]: Fix thinko in 5704 fibre hw autoneg code.

Signed-off-by: default avatarMike Waychison <michael.waychison@sun.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c862855d
...@@ -2172,7 +2172,7 @@ static int tg3_setup_fiber_hw_autoneg(struct tg3 *tp, u32 mac_status) ...@@ -2172,7 +2172,7 @@ static int tg3_setup_fiber_hw_autoneg(struct tg3 *tp, u32 mac_status)
else else
val |= 0x4010880; val |= 0x4010880;
tw32_f(MAC_SERDES_CFG, serdes_cfg); tw32_f(MAC_SERDES_CFG, val);
} }
tw32_f(SG_DIG_CTRL, 0x01388400); tw32_f(SG_DIG_CTRL, 0x01388400);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment