From: Naohiro Ooiwa Date: Tue, 30 Jun 2009 19:44:19 +0000 (-0700) Subject: bnx2x: Fix the behavior of ethtool when ONBOOT=no X-Git-Tag: v2.6.31-rc2~26^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e532981460594fffbf9b992ecfc96a78369924;p=pandora-kernel.git bnx2x: Fix the behavior of ethtool when ONBOOT=no This is the same fix as commit 7959ea254ed18faee41160b1c50b3c9664735967 ("bnx2: Fix the behavior of ethtool when ONBOOT=no"), but for bnx2x: -------------------- When configure in ifcfg-eth* is ONBOOT=no, the behavior of ethtool command is wrong. # grep ONBOOT /etc/sysconfig/network-scripts/ifcfg-eth2 ONBOOT=no # ethtool eth2 | tail -n1 Link detected: yes I think "Link detected" should be "no". -------------------- Signed-off-by: Naohiro Ooiwa Acked-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed