From ad133b57a94165e1289ac63b38139047a1450dbb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 7 Nov 2015 16:22:08 +0000 Subject: kernel: remove linux 4.0 support Signed-off-by: Felix Fietkau SVN-Revision: 47412 --- .../patches-4.0/641-bridge_always_accept_eap.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch (limited to 'target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch') 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 16deda4..0000000 --- a/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch +++ /dev/null @@ -1,17 +0,0 @@ -From: Felix Fietkau -Subject: [PATCH] bridge: always accept EAP - -Allow EAP frames to pass through bridges even in learning state. Fixes -issues with WDS. ---- ---- 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; -- cgit v1.1