lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 06 Mar 2024 20:15:35 +0530
From: Ayaan Mirza Baig <ayaanmirza.788@...il.com>
To: kernel-janitors@...r.kernel.org
Cc: ayaanmirza788@...il.com, linux-kernel@...r.kernel.org
Subject: [PATCH] Subject: Improved help text for rtl8712


>From df9050d0dff9e4160172dbc910f718c16095fc8d Mon Sep 17 00:00:00 2001
From: Ayaan Mirza Baig <ayaanmirza.788@...il.com>
Date: Wed, 6 Mar 2024 19:53:12 +0530

Rewrote the help text paragraph for R8712U and R8712_TX_AGGR

Signed-off-by: Ayaan Mirza Baig <ayaanmirza.788@...il.com>
---
 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.
 
 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.
 
-- 
2.34.1



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ