Commit a10e5109 authored by David S. Miller's avatar David S. Miller

[TG3]: At start of tg3_phy_copper_begin, force phy out of loopback mode.

parent a3ca50f9
......@@ -1060,6 +1060,8 @@ static int tg3_phy_copper_begin(struct tg3 *tp)
u32 new_adv;
int i;
tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x0400);
if (tp->link_config.phy_is_low_power) {
/* Entering low power mode. Disable gigabit and
* 100baseT advertisements.
......
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