Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch 8812AU driver to the one from https://github.com/aircrack-ng/rtl8812au #1

Merged
merged 3 commits into from
Sep 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README_ROPIEEE
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* Changes (besides USB quirks):

- add support for 352k8 and 384k
- add Realtek drivers for: 8812AU, 8192EU
- add Realtek drivers for: 8812AU, 8192EU, 8723BU, 88X2BU
2 changes: 1 addition & 1 deletion drivers/net/wireless/realtek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ obj-$(CONFIG_RTLWIFI) += rtlwifi/
obj-$(CONFIG_RTL8192CU) += rtl8192cu/
obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/
obj-$(CONFIG_RTW88) += rtw88/
obj-$(CONFIG_RTL8812AU) += rtl8812au/
obj-$(CONFIG_88XXAU) += rtl8812au/
obj-$(CONFIG_RTL8192EU) += rtl8192eu/
obj-$(CONFIG_RTL8822BU) += rtl88x2bu/
obj-$(CONFIG_RTL8723BU) += rtl8723bu/
Expand Down
8 changes: 4 additions & 4 deletions drivers/net/wireless/realtek/rtl8812au/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config RTL8812AU
tristate "Realtek 8812A USB WiFi"
config 88XXAU
tristate "Realtek 88XXau USB WiFi"
depends on USB
---help---
Help message of RTL8812AU
help
Help message of 88XXau

Loading