Menu

#7 lshw - negociation

open
nobody
None
5
2005-09-25
2005-09-25
Anonymous
No

Just a spelling correction. lshw spells negotiation
wrong in a couple of instances. Spelling with a C is
the correct spelling in French, and there is a
possibility that this is an acceptable spelling in UK
English, but I've found nothing to support this.

jbruin@gmail.org

--- network.cc 2005-07-20 09:37:45.000000000 -0700
+++ network.cc 2005-09-24 19:17:23.000000000 -0700
@@ -436,7 +436,7 @@
interface.setCapacity(1000000000L);
}
if(ecmd.supported & SUPPORTED_Autoneg)
- interface.addCapability("autonegociation",
"Auto-negociation");
+ interface.addCapability("autonegotiation",
"Auto-negotiation");

switch(ecmd.speed)
{
@@ -480,7 +480,7 @@
interface.setConfig("port", "fibre");
break;
}
- interface.setConfig("autonegociation",
(ecmd.autoneg == AUTONEG_DISABLE) ? "off" : "on");
+ interface.setConfig("autonegotiation",
(ecmd.autoneg == AUTONEG_DISABLE) ? "off" : "on");
}

drvinfo.cmd = ETHTOOL_GDRVINFO;

Discussion


Log in to post a comment.

MongoDB Logo MongoDB