Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214954
b: refs/heads/master
c: 700c2a7
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Piotr Oledzki authored and David S. Miller committed Oct 6, 2010
1 parent f19e326 commit be8e5ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f5157307652f1cbff2413b5e81ebcadd8e2524b
refs/heads/master: 700c2a779e6d5a60e2ef4716e75ea7f41546602f
5 changes: 3 additions & 2 deletions trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2406,8 +2406,9 @@ static void bond_miimon_commit(struct bonding *bond)
slave->state = BOND_STATE_BACKUP;
}

pr_info("%s: link status definitely up for interface %s.\n",
bond->dev->name, slave->dev->name);
pr_info("%s: link status definitely up for interface %s, %d Mbps %s duplex.\n",
bond->dev->name, slave->dev->name,
slave->speed, slave->duplex ? "full" : "half");

/* notify ad that the link status has changed */
if (bond->params.mode == BOND_MODE_8023AD)
Expand Down

0 comments on commit be8e5ee

Please sign in to comment.