Skip to content

Commit f03f0f5

Browse files
committed
mac80211: fix build on linux kernel 5.4.291+
1 parent 391830f commit f03f0f5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/backport-include/linux/interrupt.h
2+
+++ b/backport-include/linux/interrupt.h
3+
@@ -43,7 +43,7 @@
4+
5+
#endif
6+
7+
-#if LINUX_VERSION_IS_LESS(5,9,0)
8+
+#if LINUX_VERSION_IS_LESS(5,4,291)
9+
10+
static inline void
11+
tasklet_setup(struct tasklet_struct *t,

0 commit comments

Comments
 (0)