aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.35/271-bridge_always_accept_eap.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-17 18:32:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-17 18:32:21 +0000
commit5a0df036b0c176df9f61fe45c625951c779c59c2 (patch)
treeea61ce65d37cefa8c76025d53028842fcef84e28 /target/linux/generic/patches-2.6.35/271-bridge_always_accept_eap.patch
parenta621c3c24a8050f305262903e78a26261a49e3d0 (diff)
downloadupstream-5a0df036b0c176df9f61fe45c625951c779c59c2.tar.gz
upstream-5a0df036b0c176df9f61fe45c625951c779c59c2.tar.bz2
upstream-5a0df036b0c176df9f61fe45c625951c779c59c2.zip
Remove 2.6.35. It's not used anymore.
Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 26704
Diffstat (limited to 'target/linux/generic/patches-2.6.35/271-bridge_always_accept_eap.patch')
-rw-r--r--target/linux/generic/patches-2.6.35/271-bridge_always_accept_eap.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/patches-2.6.35/271-bridge_always_accept_eap.patch b/target/linux/generic/patches-2.6.35/271-bridge_always_accept_eap.patch
deleted file mode 100644
index 3e2d2df857..0000000000
--- a/target/linux/generic/patches-2.6.35/271-bridge_always_accept_eap.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/net/bridge/br_input.c
-+++ b/net/bridge/br_input.c
-@@ -58,7 +58,7 @@ int br_handle_frame_finish(struct sk_buf
- br_multicast_rcv(br, p, skb))
- 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;