Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ieee1394: eth1394: remove bogus netif_wake_queue

When we are within hard_start_xmit, the queue is already awake.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

-4
-4
drivers/ieee1394/eth1394.c
··· 1636 1636 if (ether1394_send_packet(ptask, tx_len)) 1637 1637 goto fail; 1638 1638 1639 - netif_wake_queue(dev); 1640 1639 return NETDEV_TX_OK; 1641 1640 fail: 1642 1641 if (ptask) ··· 1648 1649 priv->stats.tx_dropped++; 1649 1650 priv->stats.tx_errors++; 1650 1651 spin_unlock_irqrestore(&priv->lock, flags); 1651 - 1652 - if (netif_queue_stopped(dev)) 1653 - netif_wake_queue(dev); 1654 1652 1655 1653 /* 1656 1654 * FIXME: According to a patch from 2003-02-26, "returning non-zero