ipq806x: NSS Hardware Offloading SFE patch

This commit is contained in:
ACwifidude
2022-02-06 10:50:45 -06:00
parent 795d569748
commit ea2fbc5419

View File

@@ -0,0 +1,10 @@
--- a/include/linux/timer.h
+++ b/include/linux/timer.h
@@ -17,6 +17,7 @@ struct timer_list {
unsigned long expires;
void (*function)(struct timer_list *);
u32 flags;
+ unsigned long cust_data;
#ifdef CONFIG_LOCKDEP
struct lockdep_map lockdep_map;