The patch titled sky2: flow control off has been removed from the -mm tree. Its filename was sky2-flow-control-off.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: sky2: flow control off From: Stephen Hemminger <shemminger@xxxxxxxxxxxxxxxxxxxx> Turn flow control off for sky2. When flow control is on, the transmitter may get randomly stuck. Perhaps there is hardware problem, but until Marvell provides errata information for workaround, it should default to off. Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/sky2.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/sky2.c~sky2-flow-control-off drivers/net/sky2.c --- a/drivers/net/sky2.c~sky2-flow-control-off +++ a/drivers/net/sky2.c @@ -3263,7 +3263,7 @@ static __devinit struct net_device *sky2 /* Auto speed and flow control */ sky2->autoneg = AUTONEG_ENABLE; - sky2->flow_mode = FC_BOTH; + sky2->flow_mode = FC_NONE; sky2->duplex = -1; sky2->speed = -1; _ Patches currently in -mm which might be from shemminger@xxxxxxxxxxxxxxxxxxxx are sky2-flow-control-off.patch git-netdev-all.patch sky2-auto-negotiation-phy-errata.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html