aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/548-ath9k_enable_gpio_chip.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-04 01:12:34 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-04 01:13:58 +0100
commitc296ba834db4ce8c71e0ad7030aab188fe60b27b (patch)
tree63d17cf5ba36c2f8369f45ab0fe666ae8baf9394 /package/kernel/mac80211/patches/548-ath9k_enable_gpio_chip.patch
parent10f91525bc1e823a1142a4402a58e39370bdbd9b (diff)
downloadupstream-c296ba834db4ce8c71e0ad7030aab188fe60b27b.tar.gz
upstream-c296ba834db4ce8c71e0ad7030aab188fe60b27b.tar.bz2
upstream-c296ba834db4ce8c71e0ad7030aab188fe60b27b.zip
Revert "ath9k: Add airtime fairness scheduler"
This reverts commit 528f46d0826afa01877ccc7670f2120a7a3b3ea8. After this commit, several users reported stability issues. Revert it now so it doesn't cause issues for the upcoming release Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mac80211/patches/548-ath9k_enable_gpio_chip.patch')
-rw-r--r--package/kernel/mac80211/patches/548-ath9k_enable_gpio_chip.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/548-ath9k_enable_gpio_chip.patch b/package/kernel/mac80211/patches/548-ath9k_enable_gpio_chip.patch
index 666622d416..1330dfed8b 100644
--- a/package/kernel/mac80211/patches/548-ath9k_enable_gpio_chip.patch
+++ b/package/kernel/mac80211/patches/548-ath9k_enable_gpio_chip.patch
@@ -18,7 +18,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
#include "common.h"
#include "debug.h"
-@@ -1001,6 +1002,14 @@ struct ath_led {
+@@ -973,6 +974,14 @@ struct ath_led {
struct led_classdev cdev;
};
@@ -33,7 +33,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
struct ath_softc {
struct ieee80211_hw *hw;
struct device *dev;
-@@ -1057,6 +1066,9 @@ struct ath_softc {
+@@ -1027,6 +1036,9 @@ struct ath_softc {
#ifdef CPTCFG_MAC80211_LEDS
const char *led_default_trigger;
struct list_head leds;