lede/package
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-07-07 00:18:40 +08:00
2023-06-28 23:38:20 +08:00
2023-05-18 23:53:21 +08:00
2022-04-25 19:02:30 +08:00
2023-05-04 17:23:39 +08:00
2023-03-13 12:16:02 +08:00