summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ath.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-08-27 04:09:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-08-27 04:09:22 +0000
commitd387be6d508d997d7cd2ffeac58f75c47618216d (patch)
treec5f66108585edf04cc43414ac9632c803e34db11 /sys/dev/ic/ath.c
parent787f4bab8db19e23ffad9ba4a801d990bf04121a (diff)
kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber
PWR_{SUSPEND,RESUME} so that they match the values of DAVCT_{SUSPEND,RESUME} so that we can eventually (many more steps...) kill the powerhook garbage and use the activate mechanism. no objections
Diffstat (limited to 'sys/dev/ic/ath.c')
-rw-r--r--sys/dev/ic/ath.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/ath.c b/sys/dev/ic/ath.c
index c25a9f40c52..bf43d6769f9 100644
--- a/sys/dev/ic/ath.c
+++ b/sys/dev/ic/ath.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ath.c,v 1.87 2010/08/04 21:02:24 deraadt Exp $ */
+/* $OpenBSD: ath.c,v 1.88 2010/08/27 04:09:18 deraadt Exp $ */
/* $NetBSD: ath.c,v 1.37 2004/08/18 21:59:39 dyoung Exp $ */
/*-
@@ -498,7 +498,6 @@ ath_power(int why, void *arg)
s = splnet();
switch (why) {
case PWR_SUSPEND:
- case PWR_STANDBY:
ath_suspend(sc, why);
break;
case PWR_RESUME: