summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5416
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2009-06-28 11:32:52 +0000
committerphk <phk@FreeBSD.org>2009-06-28 11:32:52 +0000
commitee7f38d0ae5c325fee7a18176984f734a92b7c08 (patch)
tree900a6be891a87418a7f81629a6b2218f127a9473 /sys/dev/ath/ath_hal/ar5416
parented08f853a1af78b712c83924957402ea1a1cf56c (diff)
downloadFreeBSD-src-ee7f38d0ae5c325fee7a18176984f734a92b7c08.zip
FreeBSD-src-ee7f38d0ae5c325fee7a18176984f734a92b7c08.tar.gz
Revert a local change that should not have been in the last commit.
Approved by: re (kib)
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5416')
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c b/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
index 584b558..4593588 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
@@ -124,7 +124,7 @@ ar5416Reset(struct ath_hal *ah, HAL_OPMODE opmode,
if (!ar5416SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) {
HALDEBUG(ah, HAL_DEBUG_ANY, "%s: chip did not wakeup\n",
__func__);
- // FAIL(HAL_EIO);
+ FAIL(HAL_EIO);
}
/*
OpenPOWER on IntegriCloud