Skip to content

8192cu needs old wireless extensions #938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions drivers/net/wireless/rtl8192cu/Kconfig
Original file line number Diff line number Diff line change
@@ -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