Skip to content

Commit

Permalink
Merge pull request #1 from RoPieee/fix_8812au
Browse files Browse the repository at this point in the history
Switch 8812AU driver to the one from https://github.com/aircrack-ng/rtl8812au
  • Loading branch information
spockfish authored Sep 19, 2020
2 parents 039adaf + 5673700 commit da489b0
Show file tree
Hide file tree
Showing 300 changed files with 62,796 additions and 33,602 deletions.
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

0 comments on commit da489b0

Please sign in to comment.