diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-08-11 13:52:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-08-11 13:52:27 +0000 |
commit | 400f75a1b657eceb5e661adb5bf56c2498b4a2ff (patch) | |
tree | 1d85da294b86812834c0c0ba2c7ef076e866bbdb /package/mac80211/patches/440-ath5k_calibrate_srev_checks.patch | |
parent | ce2ced73118dfd1dab21392f91cda19f005f949d (diff) | |
download | mtk-20170518-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.zip mtk-20170518-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.tar.gz mtk-20170518-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.tar.bz2 |
mac80211: update to 2011-08-10
SVN-Revision: 27958
Diffstat (limited to 'package/mac80211/patches/440-ath5k_calibrate_srev_checks.patch')
-rw-r--r-- | package/mac80211/patches/440-ath5k_calibrate_srev_checks.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/mac80211/patches/440-ath5k_calibrate_srev_checks.patch b/package/mac80211/patches/440-ath5k_calibrate_srev_checks.patch deleted file mode 100644 index cbfdad4..0000000 --- a/package/mac80211/patches/440-ath5k_calibrate_srev_checks.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/drivers/net/wireless/ath/ath5k/phy.c -+++ b/drivers/net/wireless/ath/ath5k/phy.c -@@ -1604,11 +1604,13 @@ int ath5k_hw_phy_calibrate(struct ath5k_ - int ret; - - if (ah->ah_radio == AR5K_RF5110) -- ret = ath5k_hw_rf5110_calibrate(ah, channel); -- else { -- ret = ath5k_hw_rf511x_iq_calibrate(ah); -+ return ath5k_hw_rf5110_calibrate(ah, channel); -+ -+ ret = ath5k_hw_rf511x_iq_calibrate(ah); -+ -+ if (ah->ah_radio == AR5K_RF5112 && -+ (channel->hw_value & (CHANNEL_5GHZ | CHANNEL_OFDM))) - ath5k_hw_request_rfgain_probe(ah); -- } - - return ret; - } |