diff options
-rw-r--r-- | drivers/net/ethernet/marvell/skge.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/skge.c b/drivers/net/ethernet/marvell/skge.c index 18a87a57fc0a..f580f0535bb4 100644 --- a/drivers/net/ethernet/marvell/skge.c +++ b/drivers/net/ethernet/marvell/skge.c | |||
@@ -2576,6 +2576,7 @@ static int skge_up(struct net_device *dev) | |||
2576 | } | 2576 | } |
2577 | 2577 | ||
2578 | /* Initialize MAC */ | 2578 | /* Initialize MAC */ |
2579 | netif_carrier_off(dev); | ||
2579 | spin_lock_bh(&hw->phy_lock); | 2580 | spin_lock_bh(&hw->phy_lock); |
2580 | if (is_genesis(hw)) | 2581 | if (is_genesis(hw)) |
2581 | genesis_mac_init(hw, port); | 2582 | genesis_mac_init(hw, port); |