diff options
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r-- | drivers/net/tg3.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 89d897d679e8..07bf05673da7 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -2400,8 +2400,7 @@ static int tg3_set_power_state(struct tg3 *tp, pci_power_t state) | |||
2400 | } | 2400 | } |
2401 | 2401 | ||
2402 | if (!(device_should_wake) && | 2402 | if (!(device_should_wake) && |
2403 | !(tp->tg3_flags & TG3_FLAG_ENABLE_ASF) && | 2403 | !(tp->tg3_flags & TG3_FLAG_ENABLE_ASF)) |
2404 | !(tp->tg3_flags3 & TG3_FLG3_ENABLE_APE)) | ||
2405 | tg3_power_down_phy(tp, do_low_power); | 2404 | tg3_power_down_phy(tp, do_low_power); |
2406 | 2405 | ||
2407 | tg3_frob_aux_power(tp); | 2406 | tg3_frob_aux_power(tp); |