summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0044-igmp-Avoid-zero-delay-when-receiving-odd-mixture-of-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0044-igmp-Avoid-zero-delay-when-receiving-odd-mixture-of-.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0044-igmp-Avoid-zero-delay-when-receiving-odd-mixture-of-.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0044-igmp-Avoid-zero-delay-when-receiving-odd-mixture-of-.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0044-igmp-Avoid-zero-delay-when-receiving-odd-mixture-of-.patch
index d7403535..6ff846f3 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0044-igmp-Avoid-zero-delay-when-receiving-odd-mixture-of-.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0044-igmp-Avoid-zero-delay-when-receiving-odd-mixture-of-.patch
@@ -1,4 +1,4 @@
1From 53876956cbd176ad0da89ca8e066202f6c143ea8 Mon Sep 17 00:00:00 2001 1From f93baced861192a7ee0ec93708f2611c685abfad Mon Sep 17 00:00:00 2001
2From: Ben Hutchings <ben@decadent.org.uk> 2From: Ben Hutchings <ben@decadent.org.uk>
3Date: Mon, 9 Jan 2012 14:06:46 -0800 3Date: Mon, 9 Jan 2012 14:06:46 -0800
4Subject: [PATCH 44/49] igmp: Avoid zero delay when receiving odd mixture of 4Subject: [PATCH 44/49] igmp: Avoid zero delay when receiving odd mixture of
@@ -17,7 +17,7 @@ Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
17Signed-off-by: David S. Miller <davem@davemloft.net> 17Signed-off-by: David S. Miller <davem@davemloft.net>
18--- 18---
19 net/ipv4/igmp.c | 2 ++ 19 net/ipv4/igmp.c | 2 ++
20 1 files changed, 2 insertions(+), 0 deletions(-) 20 1 file changed, 2 insertions(+)
21 21
22diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c 22diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c
23index b2ca095..c3cc64c 100644 23index b2ca095..c3cc64c 100644
@@ -33,5 +33,5 @@ index b2ca095..c3cc64c 100644
33 if (!pskb_may_pull(skb, sizeof(struct igmpv3_query))) 33 if (!pskb_may_pull(skb, sizeof(struct igmpv3_query)))
34 return; 34 return;
35-- 35--
361.7.7.4 361.7.9.4
37 37