lede/package/kernel/mac80211/patches
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
..
ath mac80211: update to v6.1.24 2023-05-04 17:20:37 +08:00
ath5k mac80211: update to v6.1.24 2023-05-04 17:20:37 +08:00
ath9k mac80211: fix mt7601u firmware path and refresh patches 2023-06-24 22:56:16 +08:00
ath10k mac80211: update to v6.1.24 2023-05-04 17:20:37 +08:00
ath11k mac80211: ath11k: sync with ath-next 2023-05-10 22:00:09 +08:00
brcm mac80211: update to v6.1.24 2023-05-04 17:20:37 +08:00
build mac80211: fixes nl80211 support in kernel 5.4 2023-05-19 22:27:54 +08:00
mt7601u mac80211: fix mt7601u firmware path and refresh patches 2023-06-24 22:56:16 +08:00
mwl mac80211: update to v6.1.24 2023-05-04 17:20:37 +08:00
rt2x00 mac80211: update to v6.1.24 2023-05-04 17:20:37 +08:00
subsys mac80211: backport merged version of A-MSDU mesh patch 2023-07-25 22:37:11 +08:00