+ sky2-flow-control-off.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     sky2: flow control off
has been added to the -mm tree.  Its filename is
     sky2-flow-control-off.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux