]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/tg3.c
tg3: Reset phy during bringup when using phylib
[net-next-2.6.git] / drivers / net / tg3.c
index 673ea314aa1860100451c72c0687634fa944e0e3..33dfb7fda8cc6db1fe993995b66d24469895c938 100644 (file)
@@ -7595,8 +7595,7 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy)
                tg3_abort_hw(tp, 1);
        }
 
-       if (reset_phy &&
-           !(tp->tg3_flags3 & TG3_FLG3_USE_PHYLIB))
+       if (reset_phy)
                tg3_phy_reset(tp);
 
        err = tg3_chip_reset(tp);