From ea2fbc54191539de6bd211e242ad6c4a798efd28 Mon Sep 17 00:00:00 2001 From: ACwifidude Date: Sun, 6 Feb 2022 10:50:45 -0600 Subject: [PATCH] ipq806x: NSS Hardware Offloading SFE patch --- .../ipq806x/patches-5.10/999-01a-nss_sfe-support.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/ipq806x/patches-5.10/999-01a-nss_sfe-support.patch diff --git a/target/linux/ipq806x/patches-5.10/999-01a-nss_sfe-support.patch b/target/linux/ipq806x/patches-5.10/999-01a-nss_sfe-support.patch new file mode 100644 index 0000000000..443b04349f --- /dev/null +++ b/target/linux/ipq806x/patches-5.10/999-01a-nss_sfe-support.patch @@ -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;