Compare commits

...

5 Commits

Author SHA1 Message Date
morrownr b1c0c661dc remove am_NOT_a_driver 2023-08-02 16:43:06 -05:00
morrownr 6b5630bc37 fix previous fix 2023-08-02 13:22:05 -05:00
morrownr f640decf5d delete a statement that is not needed 2023-08-02 12:58:05 -05:00
morrownr 104e31a320 Merge branch 'main' of https://github.com/morrownr/8821cu-20210916 2023-07-22 17:17:22 -05:00
morrownr 6d2f7286f3 update docs 2023-07-22 17:16:58 -05:00
2 changed files with 4 additions and 6 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.4 (community support)
- Kernels: 5.12 - 6.5 (community support)
### Tested Compilers
- gcc 9, 10, 11 and 12
- gcc 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-02-21) (ARM 32 bit and 64 bit) (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 Desktop](https://www.raspberrypi.org) (2022-07-01) (x86 32 bit) (kernel 5.10)
@ -606,7 +606,6 @@ 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,6 +3531,5 @@ 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);
}