netdev: Convert all drivers away from netif_schedule().
They logically all want to trigger a schedule for all device TX queues. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -642,7 +642,7 @@ static void sh_eth_adjust_link(struct net_device *ndev)
|
||||
| ECMR_DM, ioaddr + ECMR);
|
||||
new_state = 1;
|
||||
mdp->link = phydev->link;
|
||||
netif_schedule(ndev);
|
||||
netif_tx_schedule_all(ndev);
|
||||
netif_carrier_on(ndev);
|
||||
netif_start_queue(ndev);
|
||||
}
|
||||
|
Reference in New Issue
Block a user