|
@@ -3312,13 +3312,14 @@ jme_resume(struct device *dev)
|
|
jme_reset_phy_processor(jme);
|
|
jme_reset_phy_processor(jme);
|
|
jme_phy_calibration(jme);
|
|
jme_phy_calibration(jme);
|
|
jme_phy_setEA(jme);
|
|
jme_phy_setEA(jme);
|
|
- jme_start_irq(jme);
|
|
|
|
netif_device_attach(netdev);
|
|
netif_device_attach(netdev);
|
|
|
|
|
|
atomic_inc(&jme->link_changing);
|
|
atomic_inc(&jme->link_changing);
|
|
|
|
|
|
jme_reset_link(jme);
|
|
jme_reset_link(jme);
|
|
|
|
|
|
|
|
+ jme_start_irq(jme);
|
|
|
|
+
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|