Author: phk
Date: Sun Jun 28 11:32:52 2009
New Revision: 195135
URL: http://svn.freebsd.org/changeset/base/195135
Log:
Revert a local change that should not have been in the last commit.
Approved by: re (kib)
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c Sun Jun 28 11:28:14
2009 (r195134)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c Sun Jun 28 11:32:52
2009 (r195135)
@@ -124,7 +124,7 @@ ar5416Reset(struct ath_hal *ah, HAL_OPMO
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);
}
/*
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"