Skip to content

Commit

Permalink
net: Add non-mainline source for rtl8192cu wlan
Browse files Browse the repository at this point in the history
Add non-mainline source for rtl8192cu wireless driver version v4.0.2_9000 as
this is widely used. Disable older rtlwifi driver.

8192cu needs old wireless extensions

The obsolete WIRELESS_EXT configuration is used
by the old Realtek code and is needed for AP support.

8192cu: CONFIG_AP_MODE hardcoded in autoconf.h

rtl8192c_rf6052: PHY_RFShadowRefresh(): fix off-by-one

Signed-off-by: Marc Kleine-Budde <mkl@blackshift.org>

rtl8192cu: Add PID for D-Link DWA 131
  • Loading branch information
popcornmix committed Apr 18, 2016
1 parent f9c84b0 commit db6215f
Show file tree
Hide file tree
Showing 174 changed files with 171,245 additions and 2 deletions.
3 changes: 2 additions & 1 deletion drivers/net/wireless/realtek/Kconfig
Expand Up @@ -12,7 +12,8 @@ config WLAN_VENDOR_REALTEK
if WLAN_VENDOR_REALTEK

source "drivers/net/wireless/realtek/rtl818x/Kconfig"
source "drivers/net/wireless/realtek/rtlwifi/Kconfig"
#source "drivers/net/wireless/realtek/rtlwifi/Kconfig"
source "drivers/net/wireless/realtek/rtl8192cu/Kconfig"
source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"

endif # WLAN_VENDOR_REALTEK
3 changes: 2 additions & 1 deletion drivers/net/wireless/realtek/Makefile
Expand Up @@ -4,6 +4,7 @@

obj-$(CONFIG_RTL8180) += rtl818x/
obj-$(CONFIG_RTL8187) += rtl818x/
obj-$(CONFIG_RTLWIFI) += rtlwifi/
#obj-$(CONFIG_RTLWIFI) += rtlwifi/
obj-$(CONFIG_RTL8192CU) += rtl8192cu/
obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/

9 changes: 9 additions & 0 deletions drivers/net/wireless/realtek/rtl8192cu/Kconfig
@@ -0,0 +1,9 @@
config RTL8192CU
tristate "Realtek 8192C USB WiFi"
depends on MAC80211 && USB
select CFG80211_WEXT
select WIRELESS_EXT
select WEXT_PRIV
---help---
This option adds the Realtek RTL8192CU USB device such as Edimax EW-7811Un.

0 comments on commit db6215f

Please sign in to comment.