summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/Kconfig
diff options
context:
space:
mode:
authorAli Bahar <ali@internetdog.org>2011-09-04 03:14:22 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-06 17:00:35 -0700
commit93c55dda092c7ec2a0bc6a93b5ab220ddbdffb95 (patch)
treec141cebef0ca0769b8e8dfc610137559ee6bab7a /drivers/staging/rtl8712/Kconfig
parentee5b1aadfd5cda257337a9b9777114a10c18c31e (diff)
downloadop-kernel-dev-93c55dda092c7ec2a0bc6a93b5ab220ddbdffb95.zip
op-kernel-dev-93c55dda092c7ec2a0bc6a93b5ab220ddbdffb95.tar.gz
staging: r8712u: Merging Realtek's latest (v2.6.6). Tx aggregation.
Tx Aggregation (CONFIG_R8712_TX_AGGR, known as CONFIG_USB_TX_AGGR in the Realtek tarball) is now added. However, its tests have not been successful! The default in the Realtek tarball is to not build it -- and the Release Notes does not seem to list this as a feature. I have tested the driver with and without this feature; the former does not successfully associate when WPA2 is used. Signed-off-by: Ali Bahar <ali@internetDog.org> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8712/Kconfig')
-rw-r--r--drivers/staging/rtl8712/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/rtl8712/Kconfig b/drivers/staging/rtl8712/Kconfig
index 041e1e8..ea37473 100644
--- a/drivers/staging/rtl8712/Kconfig
+++ b/drivers/staging/rtl8712/Kconfig
@@ -16,4 +16,11 @@ config R8712_AP
---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
+ default N
+ ---help---
+ This option provides transmit aggregation for the Realtek RTL8712 USB device.
+
OpenPOWER on IntegriCloud