Skip to content

Commit

Permalink
Fix bluetooth & add pathed rtl8812au driver to github
Browse files Browse the repository at this point in the history
  • Loading branch information
MomboteQ committed Jun 27, 2023
1 parent c92362e commit 6add724
Show file tree
Hide file tree
Showing 604 changed files with 487,146 additions and 1 deletion.
7 changes: 6 additions & 1 deletion arch/arm64/configs/nethunter_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,12 @@ CONFIG_NET_FLOW_LIMIT=y
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
CONFIG_BT=y
# CONFIG_BT_BREDR is not set
CONFIG_BT_BREDR=y
CONFIG_BT_RFCOMM=y
CONFIG_BT_RFCOMM_TTY=y
# CONFIG_BT_BNEP is not set
# CONFIG_BT_HIDP is not set
CONFIG_BT_HS=y
# CONFIG_BT_LE is not set
# CONFIG_BT_LEDS is not set
# CONFIG_BT_SELFTEST is not set
Expand Down
12 changes: 12 additions & 0 deletions drivers/net/wireless/realtek/rtl8812au/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*.o
*.cmd
*.ko
*.cm
Module.symvers
modules.order
*.mod.c
.tmp_versions
.cache.mk
*.mod
*.o.d
*.c.orig
6 changes: 6 additions & 0 deletions drivers/net/wireless/realtek/rtl8812au/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config 88XXAU
tristate "Realtek 88XXau USB WiFi"
depends on USB
---help---
Help message of 88XXau

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

Large diffs are not rendered by default.

Loading

0 comments on commit 6add724

Please sign in to comment.