mac80211: fix mesh path discovery based on unicast packets
authorFelix Fietkau <nbd@nbd.name>
Sun, 26 Feb 2023 19:35:40 +0000 (20:35 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sun, 26 Feb 2023 22:45:07 +0000 (23:45 +0100)
commit1272cb0a0dec0917f20adc79b8146e7ef19d3d95
treecd0ee852d9e9e7a6fbf8090f41ee72584e1a5949
parent2f96580c5282cd138d2bb858f7f27f539c8a63e1
mac80211: fix mesh path discovery based on unicast packets

If a packet has reached its intended destination, it was bumped to the code
that accepts it, without first checking if a mesh_path needs to be created
based on the discovered source.
Fix this by moving the destination address check further down

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/mac80211/patches/subsys/322-wifi-mac80211-fix-mesh-path-discovery-based-on-unica.patch [new file with mode: 0644]