aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-06-30 23:26:13 +0000
committerJonas Gorski <jogo@openwrt.org>2015-06-30 23:26:13 +0000
commit831d1c8b459b561d18446566ff16049d3025967c (patch)
treeb92538ea45c69901bdb5be2e77e28f9f1f653d38 /target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch
parent901a7fa067c63a81eda14becfffa1bbd79009e33 (diff)
downloadupstream-831d1c8b459b561d18446566ff16049d3025967c.tar.gz
upstream-831d1c8b459b561d18446566ff16049d3025967c.tar.bz2
upstream-831d1c8b459b561d18446566ff16049d3025967c.zip
kernel: update 4.0 to 4.0.7
Changelog: * https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.6 * https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.7 Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46151
Diffstat (limited to 'target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch')
-rw-r--r--target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch b/target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch
index f09875c02c..2b0b42f2c3 100644
--- a/target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch
+++ b/target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch
@@ -140,7 +140,7 @@
err = br_ip6_multicast_add_group(br, port, &grec->grec_mca,
- vid);
+ vid, src);
- if (!err)
+ if (err)
break;
}
@@ -1407,7 +1434,8 @@ br_multicast_leave_group(struct net_brid