net: txgbe: Update module description
authorJiawen Wu <jiawenwu@trustnetic.com>
Mon, 14 Apr 2025 02:24:21 +0000 (10:24 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Apr 2025 15:21:08 +0000 (08:21 -0700)
Because of the addition of support for 25G/40G devices, update the module
description.

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Link: https://patch.msgid.link/20250414022421.375101-1-jiawenwu@trustnetic.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/wangxun/Kconfig
drivers/net/ethernet/wangxun/txgbe/txgbe_main.c

index 47e3e84..e5fc942 100644 (file)
@@ -40,7 +40,7 @@ config NGBE
          will be called ngbe.
 
 config TXGBE
-       tristate "Wangxun(R) 10GbE PCI Express adapters support"
+       tristate "Wangxun(R) 10/25/40GbE PCI Express adapters support"
        depends on PCI
        depends on COMMON_CLK
        depends on I2C_DESIGNWARE_PLATFORM
@@ -55,7 +55,7 @@ config TXGBE
        select PCS_XPCS
        select LIBWX
        help
-         This driver supports Wangxun(R) 10GbE PCI Express family of
+         This driver supports Wangxun(R) 10/25/40GbE PCI Express family of
          adapters.
 
          More specific information on configuring the driver is in
index 6d9134a..db5166a 100644 (file)
@@ -849,5 +849,5 @@ module_pci_driver(txgbe_driver);
 
 MODULE_DEVICE_TABLE(pci, txgbe_pci_tbl);
 MODULE_AUTHOR("Beijing WangXun Technology Co., Ltd, <software@trustnetic.com>");
-MODULE_DESCRIPTION("WangXun(R) 10 Gigabit PCI Express Network Driver");
+MODULE_DESCRIPTION("WangXun(R) 10/25/40 Gigabit PCI Express Network Driver");
 MODULE_LICENSE("GPL");