diff mbox series

[2/3] ethtool: mark 10G Base-ER as SFF-8472 revision 10.4 onwards

Message ID E1iLYu7-0000sw-5u@rmk-PC.armlinux.org.uk
State Accepted
Delegated to: John Linville
Headers show
Series [1/3] ethtool: correctly interpret bitrate of 255 | expand

Commit Message

Russell King Oct. 18, 2019, 8:31 p.m. UTC
From: Russell King <rmk+kernel@armlinux.org.uk>

SFF-8472 revision 11.0, 12.1 and 12.2 all have support for 10G Base-ER
so mark this as "rev 10.4 onwards" rather than "rev 10.4 only".

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
---
 sfpid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sfpid.c b/sfpid.c
index 71f0939c6282..3c50c456f93d 100644
--- a/sfpid.c
+++ b/sfpid.c
@@ -47,7 +47,7 @@  static void sff8079_show_transceiver(const __u8 *id)
 	/* 10G Ethernet Compliance Codes */
 	if (id[3] & (1 << 7))
 		printf("%s 10G Ethernet: 10G Base-ER" \
-		       " [SFF-8472 rev10.4 only]\n", pfx);
+		       " [SFF-8472 rev10.4 onwards]\n", pfx);
 	if (id[3] & (1 << 6))
 		printf("%s 10G Ethernet: 10G Base-LRM\n", pfx);
 	if (id[3] & (1 << 5))