diff options
author | Don Skidmore <donald.c.skidmore@intel.com> | 2010-04-27 11:31:06 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-27 21:35:56 (GMT) |
commit | 1c4f0ef8a30d17371e18bf923775c5ed6f83bc3c (patch) | |
tree | 3fca891ee01ae03608a0343ba56e32503a207a7f /drivers/net/smc911x.c | |
parent | 3203df043263e1bb64d8ba970eb17b0810945504 (diff) | |
download | linux-fsl-qoriq-1c4f0ef8a30d17371e18bf923775c5ed6f83bc3c.tar.xz |
ixgbe: cleanup ethtool autoneg input
The way we were setting autoneg via ethtool was inconstant with that
of our other drivers. It will change the following:
If autoneg is off:
>ethtool -a eth0
Pause parameters for eth0:
Autonegotiate: off
RX: off
TX: off
Before:
>ethtool -A eth0 autoneg on
>ethtool -a eth0
Pause parameters for eth0:
Autonegotiate: off
RX: off
TX: off
Now:
>ethtool -A eth0 autoneg on
>ethtool -a eth0
Pause parameters for eth0:
Autonegotiate: on
RX: on
TX: on
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/smc911x.c')
0 files changed, 0 insertions, 0 deletions