aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-14 18:17:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-14 18:17:47 +0000
commita7bea11085c99c96e55f06e425bd695948afa743 (patch)
tree049afc3b485c13c66171a376c5b3adeec7fd2597 /target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch
parent1bb873c7d5929eb0c60c5b611e880f443ed90f5f (diff)
downloadupstream-a7bea11085c99c96e55f06e425bd695948afa743.tar.gz
upstream-a7bea11085c99c96e55f06e425bd695948afa743.tar.bz2
upstream-a7bea11085c99c96e55f06e425bd695948afa743.zip
kernel: remove linux 4.0
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@45975 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch')
-rw-r--r--target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch b/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch
deleted file mode 100644
index e0d5e312a1..0000000000
--- a/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/net/bridge/br_input.c
-+++ b/net/bridge/br_input.c
-@@ -140,7 +140,7 @@ int br_handle_frame_finish(struct sk_buf
- br_multicast_rcv(br, p, skb, vid))
- goto drop;
-
-- if (p->state == BR_STATE_LEARNING)
-+ if ((p->state == BR_STATE_LEARNING) && skb->protocol != htons(ETH_P_PAE))
- goto drop;
-
- BR_INPUT_SKB_CB(skb)->brdev = br->dev;