File leap154.patch of Package rtl8192eu
diff -U 3 -H -d -r -N -- a/include/osdep_service_linux.h b/include/osdep_service_linux.h
--- a/include/osdep_service_linux.h 2022-03-18 17:25:21.000000000 +0100
+++ b/include/osdep_service_linux.h 2022-03-29 06:55:37.456134686 +0200
@@ -217,7 +217,7 @@
typedef unsigned long systime;
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0))
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 14, 0))
/* Porting from linux kernel v5.15-rc1 48eab831ae8b9f7002a533fa4235eed63ea1f1a3 */
static inline void eth_hw_addr_set(struct net_device *dev, const u8 *addr)
{