mac80211: fix compilation error for old stable kernel version
authorChristian Marangi <[email protected]>
Sat, 29 Mar 2025 12:12:44 +0000 (13:12 +0100)
committerChristian Marangi <[email protected]>
Sun, 30 Mar 2025 15:01:31 +0000 (17:01 +0200)
commit16810687a28a40ba63c1bf131de5421a1af118c9
tree4d0d6da26851193c8effe662555861b49dc450ce
parent677edb0bbc232405ca0d7ecf1d75ad29aa7ded44
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 <[email protected]>
(cherry picked from commit 40393881491aa5fd23e715d0bedf591e3b152ddd)
package/kernel/mac80211/patches/build/300-backports-handle-genlmsg_multicast_allns-upstream-ba.patch [new file with mode: 0644]