Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2011 17:03:22 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217790 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201101241703.p0OH3Mqb099425@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Jan 24 17:03:22 2011
New Revision: 217790
URL: http://svn.freebsd.org/changeset/base/217790

Log:
  Remove an invalid register setup; this is likely a holdover from
  the AR5212 code. It doesn't exist in ath9k and I've been told it
  doesn't exist in the Atheros internal driver.

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	Mon Jan 24 16:39:20 2011	(r217789)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c	Mon Jan 24 17:03:22 2011	(r217790)
@@ -209,9 +209,6 @@ ar5416Reset(struct ath_hal *ah, HAL_OPMO
 #endif
 	}
 
-	/* Set ADC/DAC select values */
-	OS_REG_WRITE(ah, AR_PHY_SLEEP_SCAL, 0x0e);
-
 	if (AH5416(ah)->ah_rx_chainmask == 0x5 ||
 	    AH5416(ah)->ah_tx_chainmask == 0x5)
 		OS_REG_WRITE(ah, AR_PHY_ANALOG_SWAP, AR_PHY_SWAP_ALT_CHAIN);



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