diff options
Diffstat (limited to 'sys/dev/ic/rt2661.c')
-rw-r--r-- | sys/dev/ic/rt2661.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rt2661.c b/sys/dev/ic/rt2661.c index 541d2941719..2296fab42a5 100644 --- a/sys/dev/ic/rt2661.c +++ b/sys/dev/ic/rt2661.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2661.c,v 1.56 2010/08/25 21:37:59 kettenis Exp $ */ +/* $OpenBSD: rt2661.c,v 1.57 2010/08/27 04:09:18 deraadt Exp $ */ /*- * Copyright (c) 2006 @@ -2933,7 +2933,6 @@ rt2661_power(int why, void *arg) s = splnet(); switch (why) { case PWR_SUSPEND: - case PWR_STANDBY: rt2661_stop(ifp, 0); if (sc->sc_power != NULL) (*sc->sc_power)(sc, why); |