mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
8c6f00ef4f
Refresh patches. Remove upstreamed patches: - backport/096-mips-math-emu-Write-protect-delay-slot-emulation-pages.patch - pending/510-f2fs-fix-sanity_check_raw_super-on-big-endian-machines.patch - brcm2708/950-0415-qmi_wwan-apply-SET_DTR-quirk-to-the-SIMCOM-shared-de.patch Compile-tested: ar71xx, ath79, brcm2708/bcm27{08,10}, octeon, x86/64 Runtime-tested: ar71xx, ath79, brcm2708/bcm27{08,10}, octeon, x86/64 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
22 lines
774 B
Diff
22 lines
774 B
Diff
From 18b2169d84b47a3414164e5e40f23fb7e875707c Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Thu, 10 Aug 2017 16:00:28 +0200
|
|
Subject: [PATCH 52/57] net: phy: add FC
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
drivers/net/phy/phy_device.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/net/phy/phy_device.c
|
|
+++ b/drivers/net/phy/phy_device.c
|
|
@@ -1937,7 +1937,7 @@ static struct phy_driver genphy_driver =
|
|
.config_init = genphy_config_init,
|
|
.features = PHY_GBIT_FEATURES | SUPPORTED_MII |
|
|
SUPPORTED_AUI | SUPPORTED_FIBRE |
|
|
- SUPPORTED_BNC,
|
|
+ SUPPORTED_BNC | SUPPORTED_Pause | SUPPORTED_Asym_Pause,
|
|
.config_aneg = genphy_config_aneg,
|
|
.aneg_done = genphy_aneg_done,
|
|
.read_status = genphy_read_status,
|