diff options
Diffstat (limited to 'drivers/staging/rtl8712/Kconfig')
| -rw-r--r-- | drivers/staging/rtl8712/Kconfig | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/drivers/staging/rtl8712/Kconfig b/drivers/staging/rtl8712/Kconfig index 1e9a230a4db..f160eee52f0 100644 --- a/drivers/staging/rtl8712/Kconfig +++ b/drivers/staging/rtl8712/Kconfig @@ -3,16 +3,15 @@ config R8712U depends on WLAN && USB select WIRELESS_EXT select WEXT_PRIV - default N + select FW_LOADER ---help--- 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 +config R8712_TX_AGGR + bool "Realtek RTL8712U Transmit Aggregation code" + depends on R8712U && BROKEN ---help--- - This option allows the Realtek RTL8712 USB device to be an Access Point. + This option provides transmit aggregation for the Realtek RTL8712 USB device. |
