Commit e3bfdc5b authored by Stephen Hemminger's avatar Stephen Hemminger Committed by Adrian Bunk

sky2: turn carrier off when down

Driver needs to turn off carrier when down.
Signed-off-by: default avatarStephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 35688b92
......@@ -1427,6 +1427,7 @@ static int sky2_down(struct net_device *dev)
/* Stop more packets from being queued */
netif_stop_queue(dev);
netif_carrier_off(dev);
/*
* Both ports share the NAPI poll on port 0, so if necessary undo the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment