Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 585b5601 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by Jeff Garzik
Browse files

[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: default avatarStephen HEmminger <shemminger@osdl.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent d70cd51a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;