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-24 15:23:30 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-25 17:28:10 +0100
commita6f3ea5e848fd6c23cf0af9fe7b6c9753a1bf2fe (patch)
treedd52b138e14cd746ec3293440bc53f1f2467ac06 /package/kernel/mac80211/patches/548-ath9k_enable_gpio_chip.patch
parent6b68635047399a7c294de0fea67eab78a4dcdc15 (diff)
downloadupstream-a6f3ea5e848fd6c23cf0af9fe7b6c9753a1bf2fe.tar.gz
upstream-a6f3ea5e848fd6c23cf0af9fe7b6c9753a1bf2fe.tar.bz2
upstream-a6f3ea5e848fd6c23cf0af9fe7b6c9753a1bf2fe.zip
Add back the commit "ath9k: Add airtime fairness scheduler"
This reverts commit c296ba834db4ce8c71e0ad7030aab188fe60b27b. According to several reports, the issues with the airtime fairness changes are gone in current versions. It's time to re-apply the patch now. 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 1330dfed8b..666622d416 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"
-@@ -973,6 +974,14 @@ struct ath_led {
+@@ -1001,6 +1002,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;
-@@ -1027,6 +1036,9 @@ struct ath_softc {
+@@ -1057,6 +1066,9 @@ struct ath_softc {
#ifdef CPTCFG_MAC80211_LEDS
const char *led_default_trigger;
struct list_head leds;