Skip to content

Commit

Permalink
Added wifi drivers for 8812au, 8723du and rtl8192cu to kernels 4.13
Browse files Browse the repository at this point in the history
8812au was tested for STA and  AP on Bananapi and MiQi. It works fast and stable ... driver is ported from Odroid 4.9 kernel and it's latest avaliable.
  • Loading branch information
igorpecovnik committed Sep 22, 2017
1 parent ed74e6b commit 28ea4f5
Show file tree
Hide file tree
Showing 14 changed files with 5,021,815 additions and 95 deletions.
138 changes: 95 additions & 43 deletions config/kernel/linux-cubox-next.config

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion config/kernel/linux-meson64-next.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.13.2 Kernel Configuration
# Linux/arm64 4.13.3 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down Expand Up @@ -2400,6 +2400,8 @@ CONFIG_WLAN_VENDOR_ZYDAS=y
# CONFIG_ZD1211RW is not set
CONFIG_WLAN_VENDOR_QUANTENNA=y
# CONFIG_QTNFMAC_PEARL_PCIE is not set
CONFIG_RTL8723DU=m
CONFIG_RTL8812AU=m
# CONFIG_MAC80211_HWSIM is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set

Expand Down Expand Up @@ -5126,6 +5128,7 @@ CONFIG_RESET_MESON=y
CONFIG_GENERIC_PHY=y
CONFIG_PHY_XGENE=y
CONFIG_PHY_MESON8B_USB2=y
CONFIG_PHY_MESON_GXL_USB3=m
CONFIG_PHY_MESON_GXL_USB2=y
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
Expand Down

0 comments on commit 28ea4f5

Please sign in to comment.