ar71xx: ag71xx: move calling ag71xx_phy_stop out from spinlock
SVN-Revision: 20004
This commit is contained in:
parent
a4bccded57
commit
2702ae4e8f
1 changed files with 3 additions and 3 deletions
|
@ -580,15 +580,15 @@ static int ag71xx_stop(struct net_device *dev)
|
|||
struct ag71xx *ag = netdev_priv(dev);
|
||||
unsigned long flags;
|
||||
|
||||
netif_carrier_off(dev);
|
||||
ag71xx_phy_stop(ag);
|
||||
|
||||
spin_lock_irqsave(&ag->lock, flags);
|
||||
|
||||
netif_stop_queue(dev);
|
||||
|
||||
ag71xx_hw_stop(ag);
|
||||
|
||||
netif_carrier_off(dev);
|
||||
ag71xx_phy_stop(ag);
|
||||
|
||||
napi_disable(&ag->napi);
|
||||
del_timer_sync(&ag->oom_timer);
|
||||
|
||||
|
|
Loading…
Reference in a new issue