From db18c342da790302fd549fd726c03fc30fd030aa Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 18 May 2011 11:28:23 +0000 Subject: [PATCH] This isn't needed any longer, it's defined in ah_internal.h. --- sys/dev/ath/ath_hal/ar5416/ar5416_reset.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c b/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c index e45a8293e1fa..d2ae351f7306 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c @@ -1368,10 +1368,6 @@ ar5416UpdateChainMasks(struct ath_hal *ah, HAL_BOOL is_ht) 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) {