Skip to content

Commit

Permalink
Apply add-rtl88xxau-5.6.4.2-drivers-3.10 patch
Browse files Browse the repository at this point in the history
Signed-off-by: Re4son <3520622-re4son@users.noreply.gitlab.com>
  • Loading branch information
CharlesForson committed Apr 25, 2020
1 parent 7fdf980 commit 27cd84e
Show file tree
Hide file tree
Showing 606 changed files with 490,020 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/Kconfig
Expand Up @@ -214,6 +214,7 @@ config USB_NET_RNDIS_WLAN
If you choose to build a module, it'll be called rndis_wlan.

source "drivers/net/wireless/rtl818x/Kconfig"
source "drivers/net/wireless/rtl8812au/Kconfig"

config ADM8211
tristate "ADMtek ADM8211 support"
Expand Down
1 change: 1 addition & 0 deletions drivers/net/wireless/Makefile
Expand Up @@ -25,6 +25,7 @@ obj-$(CONFIG_ZD1211RW) += zd1211rw/
obj-$(CONFIG_RTL8180) += rtl818x/
obj-$(CONFIG_RTL8187) += rtl818x/
obj-$(CONFIG_RTLWIFI) += rtlwifi/
obj-$(CONFIG_88XXAU) += rtl8812au/

# 16-bit wireless PCMCIA client drivers
obj-$(CONFIG_PCMCIA_RAYCS) += ray_cs.o
Expand Down
7 changes: 7 additions & 0 deletions drivers/net/wireless/rtl8812au/Kconfig
@@ -0,0 +1,7 @@
config 88XXAU
tristate "Realtek 88xxAU USB WiFi"
depends on USB
default y
---help---
Help message of 88XXau

339 changes: 339 additions & 0 deletions drivers/net/wireless/rtl8812au/LICENSE

Large diffs are not rendered by default.

0 comments on commit 27cd84e

Please sign in to comment.