lede/package/kernel/mac80211/patches/build/992-fix-tasklet_setup-build-kernel-5.4.patch
Hauke Mehrtens 45a37319a0 mac80211: Update to version 6.1.110-1
Upstream removed SSB and BCMA, the drivers are now compiled against
the in kernel versions. No need to patch this for OpenWrt.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-05-16 20:20:17 +08:00

12 lines
296 B
Diff

--- a/backport-include/linux/interrupt.h
+++ b/backport-include/linux/interrupt.h
@@ -3,7 +3,7 @@
#include <linux/version.h>
#include_next <linux/interrupt.h>
-#if LINUX_VERSION_IS_LESS(5,9,0)
+#if LINUX_VERSION_IS_LESS(5,4,291)
static inline void
tasklet_setup(struct tasklet_struct *t,