diff options
author | Bitterblue Smith <rtl8821cerfe2@gmail.com> | 2022-10-08 13:58:36 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2022-10-12 07:33:59 +0300 |
commit | 6e5971503e7dc5e496fb357268242d69abb73f45 (patch) | |
tree | 8f6cd306bdeac51160fe46d4525e4d907c02b894 /drivers/net/wireless/realtek/rtl8xxxu/Kconfig | |
parent | 6f103aeb5e985ac08f3a4a049a2c17294f40cff9 (diff) | |
download | lwn-6e5971503e7dc5e496fb357268242d69abb73f45.tar.gz lwn-6e5971503e7dc5e496fb357268242d69abb73f45.zip |
wifi: rtl8xxxu: Update module description
Make the title more future-proof, using rtw88 as a model.
Mention support for RTL8723BU, RTL8192EU, and RTL8188FU.
Correct the module name.
Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/ecb7512a-07e8-112d-c815-1494582de5f8@gmail.com
Diffstat (limited to 'drivers/net/wireless/realtek/rtl8xxxu/Kconfig')
-rw-r--r-- | drivers/net/wireless/realtek/rtl8xxxu/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/Kconfig b/drivers/net/wireless/realtek/rtl8xxxu/Kconfig index a263507a77a6..631d078278be 100644 --- a/drivers/net/wireless/realtek/rtl8xxxu/Kconfig +++ b/drivers/net/wireless/realtek/rtl8xxxu/Kconfig @@ -3,13 +3,14 @@ # RTL8XXXU Wireless LAN device configuration # config RTL8XXXU - tristate "RTL8723AU/RTL8188[CR]U/RTL819[12]CU (mac80211) support" + tristate "Realtek 802.11n USB wireless chips support" depends on MAC80211 && USB help This is an alternative driver for various Realtek RTL8XXX parts written to utilize the Linux mac80211 stack. The driver is known to work with a number of RTL8723AU, - RL8188CU, RTL8188RU, RTL8191CU, and RTL8192CU devices + RL8188CU, RTL8188RU, RTL8191CU, RTL8192CU, RTL8723BU, RTL8192EU, + and RTL8188FU devices. This driver is under development and has a limited feature set. In particular it does not yet support 40MHz channels @@ -22,7 +23,7 @@ config RTL8XXXU but you will need to control which module you wish to load. To compile this driver as a module, choose M here: the module will - be called r8xxxu. If unsure, say N. + be called rtl8xxxu. If unsure, say N. config RTL8XXXU_UNTESTED bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)" |