Commit f15e4106 authored by Jiawen Wu's avatar Jiawen Wu Committed by Jakub Kicinski
Browse files

net: txgbe: Update module description



Because of the addition of support for 25G/40G devices, update the module
description.

Signed-off-by: default avatarJiawen Wu <jiawenwu@trustnetic.com>
Link: https://patch.msgid.link/20250414022421.375101-1-jiawenwu@trustnetic.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent e8a1bd83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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");