bccd307c189cc4e68dafa9f69e3f4293ebb24ee3
[openwrt/openwrt.git] / target / linux / rb532 / patches-2.6.28 / 014-korina_do_not_stop_queue_here.patch
1 Apparently this doesn't make sense. Otherwise the queue gets disabled as
2 soon as it's getting empty and can only be resurrected by a driver
3 restart.
4
5 Signed-off-by: Phil Sutter <n0-1@freewrt.org>
6 ---
7 drivers/net/korina.c | 1 -
8 1 files changed, 0 insertions(+), 1 deletions(-)
9
10 --- a/drivers/net/korina.c
11 +++ b/drivers/net/korina.c
12 @@ -272,7 +272,6 @@ static int korina_send_packet(struct sk_
13 /* Move tail */
14 lp->tx_chain_tail = chain_next;
15 lp->tx_chain_status = desc_filled;
16 - netif_stop_queue(dev);
17 } else {
18 /* Update tail */
19 td->control = DMA_COUNT(length) |