From: David Thomson
Date: Fri, 10 Jul 2015 13:56:54 +1200
> Pass the mdix setting from ethtool down to the phy driver, to allow
> driver specific implementations of manually setting the polarity.
>
> Signed-off-by: David Thomson
Applied to net-next.
--
To unsubscribe from this list: send the l
Le 07/09/15 18:56, David Thomson a écrit :
> Pass the mdix setting from ethtool down to the phy driver, to allow
> driver specific implementations of manually setting the polarity.
>
> Signed-off-by: David Thomson
Reviewed-by: Florian Fainelli
Looking forwarding to see an user of this!
> ---
Pass the mdix setting from ethtool down to the phy driver, to allow
driver specific implementations of manually setting the polarity.
Signed-off-by: David Thomson
---
drivers/net/phy/phy.c | 2 ++
include/linux/phy.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/drivers/net/phy/phy.c