[no subject]

From: Ayaan Mirza Baig
Date: Wed Mar 06 2024 - 09:23:12 EST


Rewrote the help text paragraph for R8712U and R8712_TX_AGGR

Signed-off-by: Ayaan Mirza Baig <ayaanmirza.788@xxxxxxxxx>
---
drivers/staging/rtl8712/Kconfig | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/rtl8712/Kconfig
b/drivers/staging/rtl8712/Kconfig
index 8de26425225b..c3ea29003fc6 100644
--- a/drivers/staging/rtl8712/Kconfig
+++ b/drivers/staging/rtl8712/Kconfig
@@ -6,16 +6,17 @@ config R8712U
select WEXT_PRIV
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.
+ This is a driver for the RealTek RTL8712U USB 802.11n
wireless
+ network card. It is also known as the RTL8192SU.
+ Used in devices like the D-Link DWA-130
+ If built as a module, it will be called r8712u.
=20
config R8712_TX_AGGR
bool "Realtek RTL8712U Transmit Aggregation code"
depends on R8712U && BROKEN
help
- This option provides transmit aggregation for the Realtek
- RTL8712 USB device.
-
+ This option enables Realtek RTL8712U transmit aggregation,
+ which can improve performance by combining multiple small
packets into fewer,
+ larger ones for transmission.
+ This can be especially beneficial for large data transfers.
=20
--=20
2.34.1