Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2009 11:32:52 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195135 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <200906281132.n5SBWqhv010556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 	}
 
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906281132.n5SBWqhv010556>