kernel: bump 4.14 to 4.14.169
[openwrt/openwrt.git] / target / linux / mediatek / patches-4.14 / 0052-net-phy-add-FC.patch
1 From 18b2169d84b47a3414164e5e40f23fb7e875707c Mon Sep 17 00:00:00 2001
2 From: John Crispin <john@phrozen.org>
3 Date: Thu, 10 Aug 2017 16:00:28 +0200
4 Subject: [PATCH 52/57] net: phy: add FC
5
6 Signed-off-by: John Crispin <john@phrozen.org>
7 ---
8 drivers/net/phy/phy_device.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/drivers/net/phy/phy_device.c
12 +++ b/drivers/net/phy/phy_device.c
13 @@ -1944,7 +1944,7 @@ static struct phy_driver genphy_driver =
14 .config_init = genphy_config_init,
15 .features = PHY_GBIT_FEATURES | SUPPORTED_MII |
16 SUPPORTED_AUI | SUPPORTED_FIBRE |
17 - SUPPORTED_BNC,
18 + SUPPORTED_BNC | SUPPORTED_Pause | SUPPORTED_Asym_Pause,
19 .config_aneg = genphy_config_aneg,
20 .aneg_done = genphy_aneg_done,
21 .read_status = genphy_read_status,