netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 2/2] dwc_eth_qos: enable flow control by default
@ 2016-10-18  7:20 Niklas Cassel
  2016-10-18 14:29 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Niklas Cassel @ 2016-10-18  7:20 UTC (permalink / raw)
  To: larper, netdev; +Cc: linux-kernel, Niklas Cassel, Jesper Nilsson

From: Niklas Cassel <niklas.cassel@axis.com>

Allow autoneg to enable flow control by default.
The behavior when autoneg is off has not changed.

Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
Acked-by: Lars Persson <larper@axis.com>
---
 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/synopsys/dwc_eth_qos.c b/drivers/net/ethernet/synopsys/dwc_eth_qos.c
index d775729648ef..5eedac495077 100644
--- a/drivers/net/ethernet/synopsys/dwc_eth_qos.c
+++ b/drivers/net/ethernet/synopsys/dwc_eth_qos.c
@@ -988,6 +988,7 @@ static int dwceqos_mii_probe(struct net_device *ndev)
 	lp->link    = 0;
 	lp->speed   = 0;
 	lp->duplex  = DUPLEX_UNKNOWN;
+	lp->flowcontrol.autoneg = AUTONEG_ENABLE;
 
 	return 0;
 }
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 2/2] dwc_eth_qos: enable flow control by default
  2016-10-18  7:20 [PATCH v2 2/2] dwc_eth_qos: enable flow control by default Niklas Cassel
@ 2016-10-18 14:29 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-10-18 14:29 UTC (permalink / raw)
  To: niklas.cassel; +Cc: larper, netdev, linux-kernel, niklass, jespern

From: Niklas Cassel <niklas.cassel@axis.com>
Date: Tue, 18 Oct 2016 09:20:55 +0200

> From: Niklas Cassel <niklas.cassel@axis.com>
> 
> Allow autoneg to enable flow control by default.
> The behavior when autoneg is off has not changed.
> 
> Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
> Signed-off-by: Jesper Nilsson <jespern@axis.com>
> Acked-by: Lars Persson <larper@axis.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-18 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-18  7:20 [PATCH v2 2/2] dwc_eth_qos: enable flow control by default Niklas Cassel
2016-10-18 14:29 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).