Re: [PATCH net-next 7/9] dsa: mv88e6xxx: Don't poll forced interfaces for state changes

2015-08-23 Thread Florian Fainelli
Le 08/23/15 02:46, Andrew Lunn a écrit : > When polling for link status, don't consider ports which have a forced > link. Such ports don't monitor their phy or may not even have a phy. > > Signed-off-by: Andrew Lunn Acked-by: Florian Fainelli -- Florian -- To unsubscribe from this list: send t

[PATCH net-next 7/9] dsa: mv88e6xxx: Don't poll forced interfaces for state changes

2015-08-23 Thread Andrew Lunn
When polling for link status, don't consider ports which have a forced link. Such ports don't monitor their phy or may not even have a phy. Signed-off-by: Andrew Lunn --- drivers/net/dsa/mv88e6xxx.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/net/dsa/mv88e6xxx.c b/drivers/ne