Re: [PATCH net-next v3 1/4] ethtool: Add 10base-T1L link mode entries
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-10-30 19:43:47
Also in:
linux-devicetree, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-10-30 19:43:47
Also in:
linux-devicetree, lkml
On Fri, Oct 30, 2020 at 12:29:47PM -0500, Dan Murphy wrote:
Add entries for the 10base-T1L full and half duplex supported modes.
$ ethtool eth0
Supported ports: [ TP ]
Supported link modes: 10baseT1L/Half 10baseT1L/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT1L/Half 10baseT1L/Full
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10Mb/s
Duplex: Full
Auto-negotiation: on
Port: MII
PHYAD: 1
Transceiver: external
Supports Wake-on: gs
Wake-on: d
SecureOn password: 00:00:00:00:00:00
Current message level: 0x00000000 (0)
Link detected: yes
Signed-off-by: Dan Murphy <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew