net: sysfs: Document "phydev" symbolic link
Now that we link the network device to its PHY device, document this sysfs symbolic link. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5568363f0c
commit
8f60219890
|
@ -251,3 +251,11 @@ Contact: netdev@vger.kernel.org
|
||||||
Description:
|
Description:
|
||||||
Indicates the unique physical switch identifier of a switch this
|
Indicates the unique physical switch identifier of a switch this
|
||||||
port belongs to, as a string.
|
port belongs to, as a string.
|
||||||
|
|
||||||
|
What: /sys/class/net/<iface>/phydev
|
||||||
|
Date: May 2017
|
||||||
|
KernelVersion: 4.13
|
||||||
|
Contact: netdev@vger.kernel.org
|
||||||
|
Description:
|
||||||
|
Symbolic link to the PHY device this network device is attached
|
||||||
|
to.
|
||||||
|
|
Loading…
Reference in New Issue