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

Implement driver from https://github.com/aircrack-ng/rtl8812au again #2

Merged
merged 5 commits into from
Dec 9, 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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