mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-03 10:13:42 +00:00
Update os_intfs.c for kernel 6.8
This commit is contained in:
parent
a3e0c0b6d5
commit
d3feb6ae93
@ -17,6 +17,10 @@
|
||||
#include <drv_types.h>
|
||||
#include <hal_data.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…
Reference in New Issue
Block a user