Date: Wed, 18 May 2011 11:28:23 +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: r222054 - head/sys/dev/ath/ath_hal/ar5416 Message-ID: <201105181128.p4IBSNos090179@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105181128.p4IBSNos090179>