From 5baf16bd8c94ccc194581edebc03a0a2df8f3f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Tue, 21 Apr 2015 20:55:13 +0200 Subject: [PATCH] 8192cu needs old wireless extensions The obsolete WIRELESS_EXT configuration is used by the old Realtek code and is needed for AP support. --- drivers/net/wireless/rtl8192cu/Kconfig | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/rtl8192cu/Kconfig b/drivers/net/wireless/rtl8192cu/Kconfig index ed37b1a742d506..e65ee8b9c6b52a 100644 --- a/drivers/net/wireless/rtl8192cu/Kconfig +++ b/drivers/net/wireless/rtl8192cu/Kconfig @@ -1,5 +1,18 @@ config RTL8192CU tristate "Realtek 8192C USB WiFi" - depends on USB + depends on MAC80211 && USB + select CFG80211_WEXT + select WIRELESS_EXT + select WEXT_PRIV ---help--- - Help message of RTL8192CU + This option adds the Realtek RTL8192CU USB device such as Edimax EW-7811Un. + +if RTL8192CU + +config AP_MODE + bool "Realtek RTL8192CU AP mode" + default y + ---help--- + This option enables Access Point mode. + +endif