diff options
Diffstat (limited to 'target/linux/generic/patches-4.0')
-rw-r--r-- | target/linux/generic/patches-4.0/640-bridge_no_eap_forward.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/generic/patches-4.0/640-bridge_no_eap_forward.patch b/target/linux/generic/patches-4.0/640-bridge_no_eap_forward.patch index c9b8613e7b..fadb645636 100644 --- a/target/linux/generic/patches-4.0/640-bridge_no_eap_forward.patch +++ b/target/linux/generic/patches-4.0/640-bridge_no_eap_forward.patch @@ -1,3 +1,11 @@ +From: Felix Fietkau <nbd@openwrt.org> +Subject: [PATCH] bridge: no EAP forward + +When bridging, do not forward EAP frames to other ports, only deliver +them locally. +Fixes WPA authentication issues with multiples APs that are connected to +each other via bridges. +--- --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c @@ -153,7 +153,11 @@ int br_handle_frame_finish(struct sk_buf |