Re: [PATCH] net: phy: micrel: fix KSZ8041FTL supported value

2016-11-23 Thread David Miller
From: Kirill Esipov Date: Mon, 21 Nov 2016 19:53:31 +0300 > Fix setting of SUPPORTED_FIBRE bit as it was not present in features > of KSZ8041. > > Signed-off-by: Kirill Esipov Applied.

[PATCH] net: phy: micrel: fix KSZ8041FTL supported value

2016-11-21 Thread Kirill Esipov
Fix setting of SUPPORTED_FIBRE bit as it was not present in features of KSZ8041. Signed-off-by: Kirill Esipov --- drivers/net/phy/micrel.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index 081df68..ea92d52 100644