1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-11-01 01:05:25 +00:00

Compare commits

..

No commits in common. "b1c0c661dc4348e5a6129431e4aebf1f47bf38b7" and "4efe62365cea9f281ba67d5ceb214bf4850ba1f5" have entirely different histories.

2 changed files with 6 additions and 4 deletions

View File

@ -62,11 +62,11 @@ confirm that this is the correct driver for your adapter.
### Compatible Kernels
- Kernels: 4.19 - 5.11 (Realtek)
- Kernels: 5.12 - 6.5 (community support)
- Kernels: 5.12 - 6.4 (community support)
### Tested Compilers
- gcc 10, 11 and 12
- gcc 9, 10, 11 and 12
### Tested Linux Distributions
@ -87,7 +87,7 @@ be provided via PR or message in Issues.
- [openSUSE](https://www.opensuse.org/) Tumbleweed (rolling) (kernel 5.15)
- [Raspberry Pi OS](https://www.raspberrypi.org) (2023-05-03) (ARM 32 bit and 64 bit) (kernel 6.1.38)
- [Raspberry Pi OS](https://www.raspberrypi.org) (2023-02-21) (ARM 32 bit and 64 bit) (kernel 5.15)
- [Raspberry Pi Desktop](https://www.raspberrypi.org) (2022-07-01) (x86 32 bit) (kernel 5.10)
@ -606,6 +606,7 @@ as good as it.
To-Do:
- Detect and alert users when Airplane Mode is on.
- Test for installation in VM's.
- Reduce the size of the README while keeping the needed information.
- Optimize scripts.

View File

@ -3531,5 +3531,6 @@ int hwaddr_aton_i(const char *txt, u8 *addr)
}
return 0;
}
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);