mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-17 10:33:06 +00:00
changes for kernel v6.8
This commit is contained in:
parent
306f3e62cf
commit
a8aba44e14
3 changed files with 7 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue