netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] dwc_eth_qos: enable flow control by default
@ 2016-10-17  6:26 Niklas Cassel
  0 siblings, 0 replies; only message in thread
From: Niklas Cassel @ 2016-10-17  6:26 UTC (permalink / raw)
  To: larper, netdev; +Cc: linux-kernel, Niklas Cassel

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: 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 93a3a919f723..8e39295427c0 100644
--- a/drivers/net/ethernet/synopsys/dwc_eth_qos.c
+++ b/drivers/net/ethernet/synopsys/dwc_eth_qos.c
@@ -992,6 +992,7 @@ static int dwceqos_mii_probe(struct net_device *ndev)
 	lp->speed   = 0;
 	lp->duplex  = DUPLEX_UNKNOWN;
 	lp->phy_dev = phydev;
+	lp->flowcontrol.autoneg = AUTONEG_ENABLE;
 
 	if (netif_msg_probe(lp)) {
 		netdev_dbg(lp->ndev, "phy_addr 0x%x, phy_id 0x%08x\n",
-- 
2.1.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-17  6:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17  6:26 [PATCH 2/2] dwc_eth_qos: enable flow control by default Niklas Cassel

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