Skip to content

Commit 9dec561

Browse files
committed
net: Add non-mainline source for rtl8192cu wlan
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
1 parent 7b7a245 commit 9dec561

File tree

174 files changed

+171243
-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.

174 files changed

+171243
-0
lines changed

drivers/net/wireless/realtek/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if WLAN_VENDOR_REALTEK
1313

1414
source "drivers/net/wireless/realtek/rtl818x/Kconfig"
1515
source "drivers/net/wireless/realtek/rtlwifi/Kconfig"
16+
source "drivers/net/wireless/realtek/rtl8192cu/Kconfig"
1617
source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"
1718

1819
endif # WLAN_VENDOR_REALTEK

drivers/net/wireless/realtek/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
obj-$(CONFIG_RTL8180) += rtl818x/
66
obj-$(CONFIG_RTL8187) += rtl818x/
77
obj-$(CONFIG_RTLWIFI) += rtlwifi/
8+
obj-$(CONFIG_RTL8192CU) += rtl8192cu/
89
obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/
910

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
config RTL8192CU
2+
tristate "Realtek 8192C USB WiFi"
3+
depends on MAC80211 && USB
4+
select CFG80211_WEXT
5+
select WIRELESS_EXT
6+
select WEXT_PRIV
7+
---help---
8+
This option adds the Realtek RTL8192CU USB device such as Edimax EW-7811Un.
9+

0 commit comments

Comments
 (0)