Re: [RFC PATCH v2 net-next 09/15] net: ethtool: introduce ethtool_link_mode_str()
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2023-10-04 00:08:56
Also in:
linux-devicetree, linux-phy, lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2023-10-04 00:08:56
Also in:
linux-devicetree, linux-phy, lkml
On 9/23/2023 6:48 AM, Vladimir Oltean wrote:
Allow driver code to print stuff like the resolved link mode to the kernel log, by giving it access to the link_mode_names[] ethtool internal array which already holds this info. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> -- Florian