summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/120-bridge_allow_receiption_on_disabled_port.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-03-31 13:43:06 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-03-31 13:43:06 +0000
commit36fefbb60e17cf2978b5ea0f954ef992e02c9ca3 (patch)
tree2998c2a4ed3532a1d01bbbbf97d0b185d74016ac /target/linux/generic/patches-3.14/120-bridge_allow_receiption_on_disabled_port.patch
parenta22190340a3b25ce385b89bdcee4c8a7c1e91223 (diff)
downloadmaster-31e0f0ae-36fefbb60e17cf2978b5ea0f954ef992e02c9ca3.tar.gz
master-31e0f0ae-36fefbb60e17cf2978b5ea0f954ef992e02c9ca3.tar.bz2
master-31e0f0ae-36fefbb60e17cf2978b5ea0f954ef992e02c9ca3.zip
3.14 final is out
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40352
Diffstat (limited to 'target/linux/generic/patches-3.14/120-bridge_allow_receiption_on_disabled_port.patch')
-rw-r--r--target/linux/generic/patches-3.14/120-bridge_allow_receiption_on_disabled_port.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.14/120-bridge_allow_receiption_on_disabled_port.patch b/target/linux/generic/patches-3.14/120-bridge_allow_receiption_on_disabled_port.patch
index 0daa509dc9..948d4eb18b 100644
--- a/target/linux/generic/patches-3.14/120-bridge_allow_receiption_on_disabled_port.patch
+++ b/target/linux/generic/patches-3.14/120-bridge_allow_receiption_on_disabled_port.patch
@@ -15,7 +15,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
--- a/net/bridge/br_input.c
+++ b/net/bridge/br_input.c
-@@ -144,11 +144,13 @@ drop:
+@@ -145,11 +145,13 @@ drop:
static int br_handle_local_finish(struct sk_buff *skb)
{
struct net_bridge_port *p = br_port_get_rcu(skb->dev);
@@ -33,7 +33,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
return 0; /* process further */
}
-@@ -218,6 +220,18 @@ rx_handler_result_t br_handle_frame(stru
+@@ -219,6 +221,18 @@ rx_handler_result_t br_handle_frame(stru
forward:
switch (p->state) {