1
0
Fork 0
forked from mirror/openwrt
openwrt/target/linux
Chen Minqiang 5dbac47426 kernel: re-add bridge allow reception on disabled port
The "bridge allow reception on disabled port" implementation
was broken after these commits:

b765f4be40 ("kernel: bump 4.14 to 4.14.114")
456f486b53 ("kernel: bump 4.9 to 4.9.171")

This leads to issues when for example WDS is used, tied to a bridge:

[ 96.503771] wlan1: send auth to d4:5f:25:eb:09:82 (try 1/3)
[ 96.517956] wlan1: authenticated
[ 96.526209] wlan1: associate with d4:5f:25:eb:09:82 (try 1/3)
[ 97.086156] wlan1: associate with d4:5f:25:eb:09:82 (try 2/3)
[ 97.200919] wlan1: RX AssocResp from d4:5f:25:eb:09:82 (capab=0x11 status=0 aid=1)
[ 97.208706] wlan1: associated
[ 101.312913] wlan1: deauthenticated from d4:5f:25:eb:09:82 (Reason: 2=PREV_AUTH_NOT_VALID)

It seems upstream introduced a new patch, [1]
so we have to reimplement these patches properly:

target/linux/generic/pending-4.9/150-bridge_allow_receiption_on_disabled_port.patch
target/linux/generic/pending-4.14/150-bridge_allow_receiption_on_disabled_port.patch

[1] https://lkml.org/lkml/2019/4/24/1228

Fixes: b765f4be40 ("kernel: bump 4.14 to 4.14.114")
Fixes: 456f486b53 ("kernel: bump 4.9 to 4.9.171")
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
[updated commit message and title]
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2019-06-07 18:24:08 +02:00
..
apm821xx apm821xx: backport accepted linux-crypto patches 2019-06-01 19:47:14 +02:00
ar7
ar71xx kernel: bump 4.9 to 4.9.177 2019-05-21 09:48:48 +02:00
arc770
archs38
armvirt
at91
ath25
bcm53xx
brcm47xx
brcm63xx brcm63xx: drop linux,part-probe usage where possible 2019-05-23 13:17:08 +02:00
brcm2708 kernel: bump 4.9 to 4.9.175 2019-05-15 11:28:40 +02:00
cns3xxx kernel: bump 4.14 to 4.14.123 2019-06-03 17:01:20 +02:00
gemini
generic kernel: re-add bridge allow reception on disabled port 2019-06-07 18:24:08 +02:00
imx6
ipq40xx ipq40xx: copy Fritz4040 UBoot to STAGING_DIR_IMAGE 2019-03-18 20:41:02 +01:00
ipq806x kernel: bump 4.14 to 4.14.120 2019-05-21 09:48:48 +02:00
ixp4xx kernel: bump 4.9 to 4.9.160 2019-02-25 17:34:25 +01:00
kirkwood kernel: bump 4.14 to 4.14.108 2019-03-29 18:04:39 +01:00
lantiq kernel: bump 4.14 to 4.14.122 2019-06-03 12:43:17 +02:00
layerscape kernel: bump 4.9 to 4.9.179 2019-06-03 12:43:17 +02:00
malta
mediatek kernel: bump 4.14 to 4.14.120 2019-05-21 09:48:48 +02:00
mpc85xx kernel: bump 4.9 to 4.9.169 2019-04-22 21:16:53 +02:00
mvebu kernel: bump 4.14 to 4.14.120 2019-05-21 09:48:48 +02:00
mxs
octeon
octeontx
omap
orion
oxnas kernel: bump 4.14 to 4.14.120 2019-05-21 09:48:48 +02:00
pistachio
ramips ramips: rt305x: Reduce size of a5-v11 image 2019-05-17 22:01:49 +02:00
rb532
sunxi kernel: bump 4.14 to 4.14.120 2019-05-21 09:48:48 +02:00
uml
x86 kernel: bump 4.14 to 4.14.120 2019-05-21 09:48:48 +02:00
Makefile