git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f77ca9
)
bnx2: Fix the behavior of ethtool when ONBOOT=no
author
Ooiwa Naohiro
<nooiwa@miraclelinux.com>
Wed, 24 Jun 2009 07:19:06 +0000
(
00:19
-0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 24 Jun 2009 07:19:06 +0000
(
00:19
-0700)
I found a little bug.
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: Ooiwa Naohiro <nooiwa@miraclelinux.com>
Acked-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.c
patch
|
blob
|
history
diff --cc
drivers/net/bnx2.c
Simple merge