summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/Kconfig
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2012-02-09 16:37:17 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-10 09:57:28 -0800
commit073863432f7eaa23c7c09733414d4be2eabf5eef (patch)
tree061ab864f7b686fe3ac7be7cac490dc8e044184d /drivers/staging/rtl8712/Kconfig
parentc3b3b3f9b0efa20a123244def80698669996b8ec (diff)
downloadop-kernel-dev-073863432f7eaa23c7c09733414d4be2eabf5eef.zip
op-kernel-dev-073863432f7eaa23c7c09733414d4be2eabf5eef.tar.gz
staging: r8712u: Add missing initialization and remove configuration parameter CONFIG_R8712_AP
When this driver was upgraded to the vendor 20100831 version in commit 93c55dda092c7 et al,, one listhead initialization was missed. This broke complete operation of the driver whenever AP mode was enabled. This fixes https://bugs.archlinux.org/task/27996. The configuration parameter R8712_AP is misleading as the driver cannot function as an AP without a heavily hacked version of hostapd. Thus, it makes sense to remove the parameter; however the code and data configured for the option is left in. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/Kconfig')
-rw-r--r--drivers/staging/rtl8712/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/rtl8712/Kconfig b/drivers/staging/rtl8712/Kconfig
index ea37473..6a43312 100644
--- a/drivers/staging/rtl8712/Kconfig
+++ b/drivers/staging/rtl8712/Kconfig
@@ -9,13 +9,6 @@ config R8712U
This option adds the Realtek RTL8712 USB device such as the D-Link DWA-130.
If built as a module, it will be called r8712u.
-config R8712_AP
- bool "Realtek RTL8712U AP code"
- depends on R8712U
- default N
- ---help---
- This option allows the Realtek RTL8712 USB device to be an Access Point.
-
config R8712_TX_AGGR
bool "Realtek RTL8712U Transmit Aggregation code"
depends on R8712U && BROKEN
OpenPOWER on IntegriCloud