aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/hw.c
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2009-02-20 04:43:13 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-02-27 14:52:48 -0500
commitd9ae96d94a9117fa8d80dd4881f5835f9112c449 (patch)
treeecbbf678012ae7e8e9338b51618aea1d97bc8728 /drivers/net/wireless/ath9k/hw.c
parentf452a63d1ea7d2bae9b4a0cd0a865bcee7ce90c4 (diff)
ath9k: Remove multiple macro occurrences
OLC_FOR_AR9280_20_LATER is defined in multiple places, move it to a common location. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/hw.c')
-rw-r--r--drivers/net/wireless/ath9k/hw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/ath9k/hw.c
index 2c0173a3cce0..6f2e92ec77ae 100644
--- a/drivers/net/wireless/ath9k/hw.c
+++ b/drivers/net/wireless/ath9k/hw.c
@@ -1219,8 +1219,6 @@ static int ath9k_hw_process_ini(struct ath_hw *ah,
1219 struct ath9k_channel *chan, 1219 struct ath9k_channel *chan,
1220 enum ath9k_ht_macmode macmode) 1220 enum ath9k_ht_macmode macmode)
1221{ 1221{
1222#define OLC_FOR_AR9280_20_LATER (AR_SREV_9280_20_OR_LATER(ah) && \
1223 ah->eep_ops->get_eeprom(ah, EEP_OL_PWRCTRL))
1224 int i, regWrites = 0; 1222 int i, regWrites = 0;
1225 struct ieee80211_channel *channel = chan->chan; 1223 struct ieee80211_channel *channel = chan->chan;
1226 u32 modesIndex, freqIndex; 1224 u32 modesIndex, freqIndex;