From 559f191cc256f9fc93405a74b0fb4dd9339424aa Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 11 Aug 2011 13:52:27 +0000 Subject: mac80211: update to 2011-08-10 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27958 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../441-ath5k_synth_voltage_srev_check.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 package/mac80211/patches/441-ath5k_synth_voltage_srev_check.patch (limited to 'package/mac80211/patches/441-ath5k_synth_voltage_srev_check.patch') diff --git a/package/mac80211/patches/441-ath5k_synth_voltage_srev_check.patch b/package/mac80211/patches/441-ath5k_synth_voltage_srev_check.patch deleted file mode 100644 index d08b823c8..000000000 --- a/package/mac80211/patches/441-ath5k_synth_voltage_srev_check.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/drivers/net/wireless/ath/ath5k/phy.c -+++ b/drivers/net/wireless/ath/ath5k/phy.c -@@ -970,17 +970,20 @@ static int ath5k_hw_rfregs_init(struct a - } - - /* Lower synth voltage on Rev 2 */ -- ath5k_hw_rfb_op(ah, rf_regs, 2, -- AR5K_RF_HIGH_VC_CP, true); -+ if (ah->ah_radio == AR5K_RF5112 && -+ (ah->ah_radio_5ghz_revision & AR5K_SREV_REV) > 0) { -+ ath5k_hw_rfb_op(ah, rf_regs, 2, -+ AR5K_RF_HIGH_VC_CP, true); - -- ath5k_hw_rfb_op(ah, rf_regs, 2, -- AR5K_RF_MID_VC_CP, true); -+ ath5k_hw_rfb_op(ah, rf_regs, 2, -+ AR5K_RF_MID_VC_CP, true); - -- ath5k_hw_rfb_op(ah, rf_regs, 2, -- AR5K_RF_LOW_VC_CP, true); -+ ath5k_hw_rfb_op(ah, rf_regs, 2, -+ AR5K_RF_LOW_VC_CP, true); - -- ath5k_hw_rfb_op(ah, rf_regs, 2, -- AR5K_RF_PUSH_UP, true); -+ ath5k_hw_rfb_op(ah, rf_regs, 2, -+ AR5K_RF_PUSH_UP, true); -+ } - - /* Decrease power consumption on 5213+ BaseBand */ - if (ah->ah_phy_revision >= AR5K_SREV_PHY_5212A) { -- cgit v1.2.3