summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2021-04-13 03:27:13 +0000
committermrg <mrg@NetBSD.org>2021-04-13 03:27:13 +0000
commit98c00ab4af1d4609ea332e80f8f5ec2b9fff4fa3 (patch)
treeb053d62cfe89c5e9b5c49c9bd5325d4d87508c39 /sys/dev/ic
parent7d0586328ee03388189d22b42a24a2247f67e8a7 (diff)
use correct enum types for various functions.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/ath.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/ath.c b/sys/dev/ic/ath.c
index a17c9fa4faf..dfb21ea207a 100644
--- a/sys/dev/ic/ath.c
+++ b/sys/dev/ic/ath.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ath.c,v 1.133 2020/11/16 00:12:13 msaitoh Exp $ */
+/* $NetBSD: ath.c,v 1.134 2021/04/13 03:27:13 mrg Exp $ */
/*-
* Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -41,7 +41,7 @@
__FBSDID("$FreeBSD: src/sys/dev/ath/if_ath.c,v 1.104 2005/09/16 10:09:23 ru Exp $");
#endif
#ifdef __NetBSD__
-__KERNEL_RCSID(0, "$NetBSD: ath.c,v 1.133 2020/11/16 00:12:13 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ath.c,v 1.134 2021/04/13 03:27:13 mrg Exp $");
#endif
/*
@@ -728,7 +728,7 @@ ath_resume(struct ath_softc *sc)
#if notyet
ath_hal_setpower(ah, HAL_PM_AWAKE);
#else
- ath_hal_reset(ah, ic->ic_opmode, &sc->sc_curchan, AH_FALSE, &status);
+ ath_hal_reset(ah, ic->ic_opmode, &sc->sc_curchan, HAL_M_IBSS, &status);
#endif
/*