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 <[email protected]>

rtl8192cu: Add PID for D-Link DWA 131
  • Loading branch information
popcornmix committed Feb 5, 2018
1 parent c5ae5dc commit e34df27
Show file tree
Hide file tree
Showing 174 changed files with 171,243 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/realtek/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if WLAN_VENDOR_REALTEK

source "drivers/net/wireless/realtek/rtl818x/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
1 change: 1 addition & 0 deletions drivers/net/wireless/realtek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
obj-$(CONFIG_RTL8180) += rtl818x/
obj-$(CONFIG_RTL8187) += rtl818x/
obj-$(CONFIG_RTLWIFI) += rtlwifi/
obj-$(CONFIG_RTL8192CU) += rtl8192cu/
obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/

9 changes: 9 additions & 0 deletions drivers/net/wireless/realtek/rtl8192cu/Kconfig
Original file line number Diff line number Diff line change
@@ -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.

Loading

0 comments on commit e34df27

Please sign in to comment.