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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"