aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorSriram R <[email protected]>2022-12-08 09:30:50 +0530
committerJohannes Berg <[email protected]>2023-01-10 13:24:26 +0100
commitfa22b51ace8aa106267636f36170e940e676809c (patch)
tree5c09c5a2ff5fa03307ad3390c9d5d08f0a745016 /tools/testing/selftests/bpf/prog_tests/autoload.c
parent0eb38842ada035d71bb06fb9116f26f24ee0f998 (diff)
mac80211: Fix MLO address translation for multiple bss case
When multiple interfaces are present in the local interface list, new skb copy is taken before rx processing except for the first interface. The address translation happens each time only on the original skb since the hdr pointer is not updated properly to the newly created skb. As a result frames start to drop in userspace when address based checks or search fails. Signed-off-by: Sriram R <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions