mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
net: txgbe: Update module description
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>
This commit is contained in:
parent
e8a1bd8344
commit
f15e410687
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue