mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
uefi-arm64: bump to 6.16
This commit is contained in:
16
patch/misc/wireless-rtl8811cu-Fix-6.16.patch
Normal file
16
patch/misc/wireless-rtl8811cu-Fix-6.16.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
diff --git a/cache/sources/linux-kernel-worktree/6.16__arm64__arm64/drivers/net/wireless/rtl8811cu/include/osdep_service_linux.h b/drivers/net/wireless/rtl8811cu/include/osdep_service_linux.h
|
||||
index ed1e19b..91de46f 100644
|
||||
--- a/cache/sources/linux-kernel-worktree/6.16__arm64__arm64/drivers/net/wireless/rtl8811cu/include/osdep_service_linux.h
|
||||
+++ b/drivers/net/wireless/rtl8811cu/include/osdep_service_linux.h
|
||||
@@ -358,7 +358,11 @@ static inline void timer_hdl(unsigned long cntx)
|
||||
#endif
|
||||
{
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 14, 0))
|
||||
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 16, 0))
|
||||
+ _timer *ptimer = timer_container_of(ptimer, in_timer, timer);
|
||||
+#else
|
||||
_timer *ptimer = from_timer(ptimer, in_timer, timer);
|
||||
+#endif
|
||||
#else
|
||||
_timer *ptimer = (_timer *)cntx;
|
||||
#endif
|
||||
16
patch/misc/wireless-rtl8812au-Fix-6.16.patch
Normal file
16
patch/misc/wireless-rtl8812au-Fix-6.16.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
diff --git a/cache/sources/linux-kernel-worktree/6.16__arm64__arm64/drivers/net/wireless/rtl8812au/include/osdep_service_linux.h b/drivers/net/wireless/rtl8812au/include/osdep_service_linux.h
|
||||
index 4c276f6..aeb8000 100644
|
||||
--- a/drivers/net/wireless/rtl8812au/include/osdep_service_linux.h
|
||||
+++ b/drivers/net/wireless/rtl8812au/include/osdep_service_linux.h
|
||||
@@ -356,7 +356,11 @@ static inline void timer_hdl(unsigned long cntx)
|
||||
#endif
|
||||
{
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 14, 0))
|
||||
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 16, 0))
|
||||
+ _timer *ptimer = timer_container_of(ptimer, in_timer, timer);
|
||||
+#else
|
||||
_timer *ptimer = from_timer(ptimer, in_timer, timer);
|
||||
+#endif
|
||||
#else
|
||||
_timer *ptimer = (_timer *)cntx;
|
||||
#endif
|
||||
16
patch/misc/wireless-rtl88x2bu-Fix-6.16.patch
Normal file
16
patch/misc/wireless-rtl88x2bu-Fix-6.16.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
diff --git a/cache/sources/linux-kernel-worktree/6.16__arm64__arm64/drivers/net/wireless/rtl88x2bu/include/osdep_service_linux.h b/drivers/net/wireless/rtl88x2bu/include/osdep_service_linux.h
|
||||
index 46b9528..fb32ed6 100644
|
||||
--- a/drivers/net/wireless/rtl88x2bu/include/osdep_service_linux.h
|
||||
+++ b/drivers/net/wireless/rtl88x2bu/include/osdep_service_linux.h
|
||||
@@ -358,7 +358,11 @@ static inline void timer_hdl(unsigned long cntx)
|
||||
#endif
|
||||
{
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 14, 0))
|
||||
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 16, 0))
|
||||
+ _timer *ptimer = timer_container_of(ptimer, in_timer, timer);
|
||||
+#else
|
||||
_timer *ptimer = from_timer(ptimer, in_timer, timer);
|
||||
+#endif
|
||||
#else
|
||||
_timer *ptimer = (_timer *)cntx;
|
||||
#endif
|
||||
Reference in New Issue
Block a user