svn commit: r222054 - head/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Wed May 18 11:28:24 UTC 2011


Author: adrian
Date: Wed May 18 11:28:23 2011
New Revision: 222054
URL: http://svn.freebsd.org/changeset/base/222054

Log:
  This isn't needed any longer, it's defined in ah_internal.h.

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	Wed May 18 10:04:54 2011	(r222053)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c	Wed May 18 11:28:23 2011	(r222054)
@@ -1368,10 +1368,6 @@ ar5416UpdateChainMasks(struct ath_hal *a
 	    AH5416(ah)->ah_rx_chainmask);
 }
 
-#ifndef IS_5GHZ_FAST_CLOCK_EN
-#define	IS_5GHZ_FAST_CLOCK_EN(ah, chan)	AH_FALSE
-#endif
-
 void
 ar5416InitPLL(struct ath_hal *ah, const struct ieee80211_channel *chan)
 {


More information about the svn-src-all mailing list