diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-08 18:23:00 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-08 18:23:00 +0000 |
commit | 3a60b01ad220dfc8ee538d948ff30e30cee40a6a (patch) | |
tree | 2113a6003f59e9d34d606e0b5104759f5ccda27c /package/mac80211/patches/300-pending_work.patch | |
parent | b8b2f7b02fd7b78cc453f2cb92c2bd149db981ae (diff) |
ath5k: revert a buggy tx power related patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/300-pending_work.patch')
-rw-r--r-- | package/mac80211/patches/300-pending_work.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch index 4f61ff737..97758c496 100644 --- a/package/mac80211/patches/300-pending_work.patch +++ b/package/mac80211/patches/300-pending_work.patch @@ -4313,26 +4313,6 @@ ieee80211_get_tx_rate(ah->hw, info)->hw_value, 1, AR5K_TXKEYIX_INVALID, antenna, flags, 0, 0); ---- a/drivers/net/wireless/ath/ath5k/eeprom.c -+++ b/drivers/net/wireless/ath/ath5k/eeprom.c -@@ -524,7 +524,7 @@ ath5k_eeprom_read_freq_list(struct ath5k - - freq1 = val & 0xff; - if (!freq1) -- break; -+ continue; - - pc[i++].freq = ath5k_eeprom_bin2freq(ee, - freq1, mode); -@@ -532,7 +532,7 @@ ath5k_eeprom_read_freq_list(struct ath5k - - freq2 = (val >> 8) & 0xff; - if (!freq2) -- break; -+ continue; - - pc[i++].freq = ath5k_eeprom_bin2freq(ee, - freq2, mode); --- a/drivers/net/wireless/ath/ath5k/phy.c +++ b/drivers/net/wireless/ath/ath5k/phy.c @@ -3518,6 +3518,7 @@ ath5k_setup_rate_powertable(struct ath5k |