aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/554-ath9k-consistently-use-get_eeprom_rev-ah.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-02-12 13:25:08 +0100
committerFelix Fietkau <nbd@nbd.name>2017-02-12 14:27:21 +0100
commite967f4dd27774ed5e760cae8a9c6d8f1be08f7b1 (patch)
tree94796358d0963fceba9efb76cf927618c604c1a1 /package/kernel/mac80211/patches/554-ath9k-consistently-use-get_eeprom_rev-ah.patch
parenteac4851bfdccf8f2660a3b0b9050d404fabef15e (diff)
downloadupstream-e967f4dd27774ed5e760cae8a9c6d8f1be08f7b1.tar.gz
upstream-e967f4dd27774ed5e760cae8a9c6d8f1be08f7b1.tar.bz2
upstream-e967f4dd27774ed5e760cae8a9c6d8f1be08f7b1.zip
ath9k: fix various issues in the airtime-fairness implementation
Effects of the bugs could include memory corruption, tx hangs, kernel crahes, possibly other things as well Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mac80211/patches/554-ath9k-consistently-use-get_eeprom_rev-ah.patch')
-rw-r--r--package/kernel/mac80211/patches/554-ath9k-consistently-use-get_eeprom_rev-ah.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/554-ath9k-consistently-use-get_eeprom_rev-ah.patch b/package/kernel/mac80211/patches/554-ath9k-consistently-use-get_eeprom_rev-ah.patch
index 86809fd66a..fd534927fb 100644
--- a/package/kernel/mac80211/patches/554-ath9k-consistently-use-get_eeprom_rev-ah.patch
+++ b/package/kernel/mac80211/patches/554-ath9k-consistently-use-get_eeprom_rev-ah.patch
@@ -329,7 +329,7 @@ Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
&ratesArray[0], cfgCtl,
--- a/drivers/net/wireless/ath/ath9k/xmit.c
+++ b/drivers/net/wireless/ath/ath9k/xmit.c
-@@ -1236,8 +1236,9 @@ static u8 ath_get_rate_txpower(struct at
+@@ -1216,8 +1216,9 @@ static u8 ath_get_rate_txpower(struct at
if (is_40) {
u8 power_ht40delta;
struct ar5416_eeprom_def *eep = &ah->eeprom.def;