lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 17 Oct 2016 08:26:01 +0200
From:   Niklas Cassel <niklas.cassel@...s.com>
To:     <larper@...s.com>, <netdev@...r.kernel.org>
CC:     <linux-kernel@...r.kernel.org>, Niklas Cassel <niklass@...s.com>
Subject: [PATCH 2/2] dwc_eth_qos: enable flow control by default

From: Niklas Cassel <niklas.cassel@...s.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@...s.com>
Signed-off-by: Lars Persson <larper@...s.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

Powered by blists - more mailing lists