aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/bonding/bond_main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index 6f5e6b453da6..e498ce3defad 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -2406,8 +2406,9 @@ static void bond_miimon_commit(struct bonding *bond)
2406 slave->state = BOND_STATE_BACKUP; 2406 slave->state = BOND_STATE_BACKUP;
2407 } 2407 }
2408 2408
2409 pr_info("%s: link status definitely up for interface %s.\n", 2409 pr_info("%s: link status definitely up for interface %s, %d Mbps %s duplex.\n",
2410 bond->dev->name, slave->dev->name); 2410 bond->dev->name, slave->dev->name,
2411 slave->speed, slave->duplex ? "full" : "half");
2411 2412
2412 /* notify ad that the link status has changed */ 2413 /* notify ad that the link status has changed */
2413 if (bond->params.mode == BOND_MODE_8023AD) 2414 if (bond->params.mode == BOND_MODE_8023AD)