Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 config R8712U
0003         tristate "RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver"
0004         depends on WLAN && USB && CFG80211
0005         select WIRELESS_EXT
0006         select WEXT_PRIV
0007         select FW_LOADER
0008         help
0009             This option adds the Realtek RTL8712 USB device such as the
0010             D-Link DWA-130.
0011 
0012             If built as a module, it will be called r8712u.
0013 
0014 config R8712_TX_AGGR
0015         bool "Realtek RTL8712U Transmit Aggregation code"
0016         depends on R8712U && BROKEN
0017         help
0018             This option provides transmit aggregation for the Realtek
0019             RTL8712 USB device.
0020 
0021