Robert Marko c72c8f58a7 mac80211: backport merged version of A-MSDU mesh patch
This issue was fixed in the final version of
("wifi: mac80211: fix receiving A-MSDU frames on mesh interfaces") that was
merged upstream but we have a older version that is using:
memcpy(&payload.eth.h_dest, mesh_addr, 2 * ETH_ALEN);
instead of:
memcpy(&payload.eth, mesh_addr, 2 * ETH_ALEN);

So, lets just backport the merged version of patch to fix the issue.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2023-07-25 22:37:11 +08:00
..
2023-05-04 17:20:37 +08:00
2023-05-04 17:20:37 +08:00
2023-05-04 17:20:37 +08:00
2023-05-04 17:20:37 +08:00
2023-05-04 17:20:37 +08:00
2023-05-04 17:20:37 +08:00
2023-03-06 23:20:10 +08:00