bonding: print information about speed and duplex seen by the driver
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Wed, 6 Oct 2010 21:25:06 +0000 (14:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Oct 2010 21:25:06 +0000 (14:25 -0700)
commit700c2a779e6d5a60e2ef4716e75ea7f41546602f
treec2558f87d2db5d9bc1e2c4110970d6db27d5c02b
parent4f5157307652f1cbff2413b5e81ebcadd8e2524b
bonding: print information about speed and duplex seen by the driver

before:
 bonding: bond0: link status definitely up for interface eth5
 bonding: bond0: link status definitely up for interface eth0

after:
 bonding: bond0: link status definitely up for interface eth5, 100 Mbps full duplex.
 bonding: bond0: link status definitely up for interface eth0, 100 Mbps full duplex.

Signed-off-by: Krzysztof Piotr Oledzki <ole@ans.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c