Skip to content

Commit 9d63e6c

Browse files
mdrjrtobetter
authored andcommitted
wireless: add rtl8812au / rtl8821au driver
Change-Id: Ife86e228b9bb038c1de6ada7b49ab958fc54873e
1 parent fd50e3d commit 9d63e6c

File tree

375 files changed

+282623
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+282623
-0
lines changed

drivers/net/wireless/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,5 +282,6 @@ source "drivers/net/wireless/zd1211rw/Kconfig"
282282
source "drivers/net/wireless/mwifiex/Kconfig"
283283
source "drivers/net/wireless/cw1200/Kconfig"
284284
source "drivers/net/wireless/rsi/Kconfig"
285+
source "drivers/net/wireless/rtl8812au/Kconfig"
285286

286287
endif # WLAN

drivers/net/wireless/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ obj-$(CONFIG_BRCMSMAC) += brcm80211/
6060

6161
obj-$(CONFIG_CW1200) += cw1200/
6262
obj-$(CONFIG_RSI_91X) += rsi/
63+
64+
obj-$(CONFIG_RTL8821AU) += rtl8812au/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*.o
2+
*.cmd
3+
.tmp_versions/
4+
8812au.ko
5+
8812au.mod.c
6+
Module.symvers
7+
modules.order
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Generate CONTRIBUTORS.md: contributors.sh
2+
3+
# Tip for finding duplicates (besides scanning the output of CONTRIBUTORS.md for name
4+
# duplicates that aren't also email duplicates): scan the output of:
5+
# git log --format='%aE - %aN' | sort -uf
6+
#
7+
# For explanation on this file format: man git-shortlog
8+
9+
Anand Babu (AB) Periasamy <[email protected]> <[email protected]>
10+
11+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Contributors
2+
<!-- DO NOT EDIT - CONTRIBUTORS.md is autogenerated from git commit log by contributors.sh script. -->
3+
4+
- Anand Babu (AB) Periasamy
5+
- Andreas Hofmann
6+
- Andrew Mann
7+
- AndyPi
8+
- Anton
9+
- archshift
10+
- bits3rpent
11+
- Chen Minqiang
12+
- Daiki Tamada
13+
- HackDefendr
14+
- Harshavardhana
15+
- Joe Acosta
16+
- John Lenz
17+
- Karl-Philipp Richter
18+
- Marco Milanesi
19+
- mpoly
20+
- pgroenbech
21+
- scrivy
22+
- Vicent Llongo
23+
- Victor Azizi
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
config RTL8821AU
2+
tristate "Realtek 8821 USB WiFi"
3+
depends on USB
4+
---help---
5+
Help message of RTL8821AU
6+

drivers/net/wireless/rtl8812au/LICENSE

Lines changed: 339 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)