changes for kernel v6.8

This commit is contained in:
5kft 2024-01-21 08:10:45 -08:00 committed by adamg
parent 306f3e62cf
commit a8aba44e14
3 changed files with 7 additions and 1 deletions

View file

@ -7,6 +7,10 @@
#include <hal_data.h>
#include <rtw_debug.h>
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 8, 0))
#define strlcpy strscpy
#endif
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Realtek Wireless Lan Driver");
MODULE_AUTHOR("Realtek Semiconductor Corp.");