File leap155.patch of Package rtl8852bu
--- a/include/osdep_service_linux.h 2023-08-15 22:01:48.732963099 +0200 +++ b/include/osdep_service_linux.h 2023-12-09 19:25:42.945920557 +0100 @@ -1078,7 +1078,7 @@ #endif #endif /* CONFIG_PCI_HCI */ -#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 17, 0)) +#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 14, 0)) #define dev_addr_mod(dev, offset, addr, len) _rtw_memcpy(&dev->dev_addr[offset], addr, len) #endif