summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/620-net_sched-codel-do-not-defer-queue-length-update.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-09-22 19:38:19 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-09-22 23:12:37 +0200
commit4f6837180e9aca525b107891e5f53373dc802038 (patch)
tree6588c431ece4d1b0186402fae3ff3f17d37c5799 /target/linux/generic/patches-4.4/620-net_sched-codel-do-not-defer-queue-length-update.patch
parent0082e90e4f7ed2814065239a9d57d06cfbda0993 (diff)
downloadopenwrt-4f6837180e9aca525b107891e5f53373dc802038.tar.gz
openwrt-4f6837180e9aca525b107891e5f53373dc802038.tar.bz2
openwrt-4f6837180e9aca525b107891e5f53373dc802038.zip
kernel: Update to version 4.4.194
Compile and runtime tested on lantiq. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/patches-4.4/620-net_sched-codel-do-not-defer-queue-length-update.patch')
-rw-r--r--target/linux/generic/patches-4.4/620-net_sched-codel-do-not-defer-queue-length-update.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.4/620-net_sched-codel-do-not-defer-queue-length-update.patch b/target/linux/generic/patches-4.4/620-net_sched-codel-do-not-defer-queue-length-update.patch
index 2ec9c7a9e2..b92bca422c 100644
--- a/target/linux/generic/patches-4.4/620-net_sched-codel-do-not-defer-queue-length-update.patch
+++ b/target/linux/generic/patches-4.4/620-net_sched-codel-do-not-defer-queue-length-update.patch
@@ -22,7 +22,7 @@ Link: https://bugzilla.kernel.org/show_bug.cgi?id=109581
--- a/net/sched/sch_codel.c
+++ b/net/sched/sch_codel.c
-@@ -79,11 +79,17 @@ static struct sk_buff *codel_qdisc_deque
+@@ -80,11 +80,17 @@ static struct sk_buff *codel_qdisc_deque
skb = codel_dequeue(sch, &q->params, &q->vars, &q->stats, dequeue);