diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2009-06-28 11:32:52 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2009-06-28 11:32:52 +0000 |
| commit | f5d7126306df13d7c863de6397c05faa185a549e (patch) | |
| tree | 900a6be891a87418a7f81629a6b2218f127a9473 | |
| parent | bb520069caf7772294f4aa0f1462ac38ea9a3f20 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ath/ath_hal/ar5416/ar5416_reset.c | 2 |
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); } /* |
