From 203daa7ffbe4a439de771196a76a29a2d278e749 Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Wed, 10 May 2023 21:43:45 -0400 Subject: [PATCH] Clarify NIC.Speed in README.md Co-authored-by: Jay Pipes Signed-off-by: Jacob Young --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbcb4a3a..40c6ad63 100644 --- a/README.md +++ b/README.md @@ -716,8 +716,8 @@ Each `ghw.NIC` struct contains the following fields: * `ghw.NIC.PCIAddress` is the PCI device address of the device backing the NIC. this is not-nil only if the backing device is indeed a PCI device; more backing devices (e.g. USB) will be added in future versions. -* `ghw.NIC.Speed` is a string showing the current link speed. This - field will be present even if ethtool is not available. +* `ghw.NIC.Speed` is a string showing the current link speed. On Linux, this + field will be present even if `ethtool` is not available. * `ghw.NIC.Duplex` is a string showing the current link duplex. This field will be present even if ethtool is not available. * `ghw.NIC.SupportedLinkModes` is a string slice containing a list of