mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
[PATCH] sky2: turn on tx flow control
Turn symmetric flow control on by default. This was an oversight in the initial versions. Signed-off-by: Stephen HEmminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
d70cd51ac0
commit
585b56012f
@ -2921,7 +2921,7 @@ static __devinit struct net_device *sky2_init_netdev(struct sky2_hw *hw,
|
||||
spin_lock_init(&sky2->tx_lock);
|
||||
/* Auto speed and flow control */
|
||||
sky2->autoneg = AUTONEG_ENABLE;
|
||||
sky2->tx_pause = 0;
|
||||
sky2->tx_pause = 1;
|
||||
sky2->rx_pause = 1;
|
||||
sky2->duplex = -1;
|
||||
sky2->speed = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user