]> git.ipfire.org Git - thirdparty/openwrt.git/commit
mac80211: fix compilation error for old stable kernel version 18373/head
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 29 Mar 2025 12:12:44 +0000 (13:12 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 30 Mar 2025 14:52:10 +0000 (16:52 +0200)
commit40393881491aa5fd23e715d0bedf591e3b152ddd
tree9c5eff818b628112affde3ae9ac2b51a6ec2eb8a
parent8b27e60c58a6b78826b53093c7b79159265af7ae
mac80211: fix compilation error for old stable kernel version

Fix compilation error for old stable version caused by
genlmsg_multicast_allns backport fix pushed middle version.

Version 5.15 version 0-169, 6.1 version 0-115, 6.6 version 0-58 have the
old genlmsg_multicast_allns version with flags variable.

Compiling backport project with these version result in a compilation
error. To handle this, introduce a backport function for the affected
kernel version.

Link: https://github.com/openwrt/openwrt/pull/18373
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/kernel/mac80211/patches/build/300-backports-handle-genlmsg_multicast_allns-upstream-ba.patch [new file with mode: 0644]