diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/korina.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/korina.c b/drivers/net/korina.c index f20017502519..bd33fa915997 100644 --- a/drivers/net/korina.c +++ b/drivers/net/korina.c | |||
@@ -272,7 +272,6 @@ static int korina_send_packet(struct sk_buff *skb, struct net_device *dev) | |||
272 | /* Move tail */ | 272 | /* Move tail */ |
273 | lp->tx_chain_tail = chain_next; | 273 | lp->tx_chain_tail = chain_next; |
274 | lp->tx_chain_status = desc_filled; | 274 | lp->tx_chain_status = desc_filled; |
275 | netif_stop_queue(dev); | ||
276 | } else { | 275 | } else { |
277 | /* Update tail */ | 276 | /* Update tail */ |
278 | td->control = DMA_COUNT(length) | | 277 | td->control = DMA_COUNT(length) | |