]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[PATCH] sky2: turn on tx flow control
authorStephen Hemminger <shemminger@osdl.org>
Fri, 9 Dec 2005 19:35:10 +0000 (11:35 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Mon, 12 Dec 2005 20:27:22 +0000 (15:27 -0500)
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>
drivers/net/sky2.c

index 39916e7cf6f9ec38f1b34f5200715196a317a71a..cdcbf727f8841c958ca3a7859df04f579cb4c0d0 100644 (file)
@@ -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;