Compare commits

..

1 Commits

Author SHA1 Message Date
Slavic Dragovtev
98fd731651
Merge a4bb5c85899a78f81214a9c3a51fa73b395aaaaa into 2092b8d80d7fb7fa953d9dd3d666e5679c99a2f8 2024-12-10 15:22:55 +02:00
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# REALTEK RTL88x2B USB Linux Driver
**Current Driver Version**: 5.13.1-30
**Support Kernel**: 2.6.24 ~ 6.13 (with unofficial patches)
**Support Kernel**: 2.6.24 ~ 6.10 (with unofficial patches)
Linux in-tree rtw8822bu driver is working in process, check [this](https://lore.kernel.org/lkml/20220518082318.3898514-1-s.hauer@pengutronix.de/) patchset.

View File

@ -32,9 +32,7 @@ atomic_t _malloc_size = ATOMIC_INIT(0);
#endif
#endif /* DBG_MEMORY_LEAK */
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 13, 0)
MODULE_IMPORT_NS("VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver");
#elif LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0)
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
#endif