summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2009-06-28 11:32:52 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2009-06-28 11:32:52 +0000
commitf5d7126306df13d7c863de6397c05faa185a549e (patch)
tree900a6be891a87418a7f81629a6b2218f127a9473
parentbb520069caf7772294f4aa0f1462ac38ea9a3f20 (diff)
Notes
-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 584b558ba6e0..459358869687 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);
}
/*