Kconfig (50282fd57bcd3525c9d81eef58df8718e4337c6d) | Kconfig (c98411dc8cf6c15b8dbbfb37475bcc08b8958880) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# RTL8XXXU Wireless LAN device configuration 4# 5config RTL8XXXU 6 tristate "Realtek 802.11n USB wireless chips support" 7 depends on MAC80211 && USB 8 depends on LEDS_CLASS 9 help 10 This is an alternative driver for various Realtek RTL8XXX 11 parts written to utilize the Linux mac80211 stack. 12 The driver is known to work with a number of RTL8723AU, 13 RL8188CU, RTL8188RU, RTL8191CU, RTL8192CU, RTL8723BU, RTL8192EU, | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# RTL8XXXU Wireless LAN device configuration 4# 5config RTL8XXXU 6 tristate "Realtek 802.11n USB wireless chips support" 7 depends on MAC80211 && USB 8 depends on LEDS_CLASS 9 help 10 This is an alternative driver for various Realtek RTL8XXX 11 parts written to utilize the Linux mac80211 stack. 12 The driver is known to work with a number of RTL8723AU, 13 RL8188CU, RTL8188RU, RTL8191CU, RTL8192CU, RTL8723BU, RTL8192EU, |
14 RTL8188FU, RTL8188EU, and RTL8710BU (aka RTL8188GU) devices. | 14 RTL8188FU, RTL8188EU, RTL8710BU (aka RTL8188GU), and RTL8192FU 15 devices. |
15 16 This driver is under development and has a limited feature 17 set. In particular it does not yet support 40MHz channels 18 and power management. However it should have a smaller 19 memory footprint than the vendor drivers and benefits 20 from the in kernel mac80211 stack. 21 22 It can coexist with drivers from drivers/staging/rtl8723au, --- 15 unchanged lines hidden --- | 16 17 This driver is under development and has a limited feature 18 set. In particular it does not yet support 40MHz channels 19 and power management. However it should have a smaller 20 memory footprint than the vendor drivers and benefits 21 from the in kernel mac80211 stack. 22 23 It can coexist with drivers from drivers/staging/rtl8723au, --- 15 unchanged lines hidden --- |