mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
net: hibmcge: Add nway_reset supported in this module
Add nway_reset supported in this module Signed-off-by: Jijie Shao <shaojijie@huawei.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20241216040532.1566229-8-shaojijie@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
3f5a61f6d5
commit
adb42b1e0e
|
|
@ -189,6 +189,7 @@ static const struct ethtool_ops hbg_ethtool_ops = {
|
|||
.get_pauseparam = hbg_ethtool_get_pauseparam,
|
||||
.set_pauseparam = hbg_ethtool_set_pauseparam,
|
||||
.reset = hbg_ethtool_reset,
|
||||
.nway_reset = phy_ethtool_nway_reset,
|
||||
};
|
||||
|
||||
void hbg_ethtool_set_ops(struct net_device *netdev)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user