Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214957
b: refs/heads/master
c: dd53df2
h: refs/heads/master
i:
  214955: 5a30085
v: v3
  • Loading branch information
Krzysztof Oledzki authored and David S. Miller committed Oct 7, 2010
1 parent 1a6ba3b commit 506efce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 767e97e1e0db0d0f3152cd2f3bd3403596aedbad
refs/heads/master: dd53df265b1ee7a1fbbc76bb62c3bec2383bbd44
2 changes: 2 additions & 0 deletions trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3353,6 +3353,8 @@ static void bond_info_show_slave(struct seq_file *seq,
seq_printf(seq, "\nSlave Interface: %s\n", slave->dev->name);
seq_printf(seq, "MII Status: %s\n",
(slave->link == BOND_LINK_UP) ? "up" : "down");
seq_printf(seq, "Speed: %d Mbps\n", slave->speed);
seq_printf(seq, "Duplex: %s\n", slave->duplex ? "full" : "half");
seq_printf(seq, "Link Failure Count: %u\n",
slave->link_failure_count);

Expand Down

0 comments on commit 506efce

Please sign in to comment.