浏览代码

[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>
Stephen Hemminger 19 年之前
父节点
当前提交
585b56012f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/sky2.c

+ 1 - 1
drivers/net/sky2.c

@@ -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;