tulip: fix hang in dmfe driver on sending of big packet
authorAlexander V. Lukyanov <lav@netis.ru>
Tue, 30 Nov 2010 03:57:39 +0000 (03:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Dec 2010 21:24:07 +0000 (13:24 -0800)
commite7dfc8dbdf9a7fa1ef04c63100a71f4102b82ed3
treecd187ef8077f31e537bb1083b31c70a023ffd8c0
parentf8e9616108c7003e6499c162459258f11c9dc85e
tulip: fix hang in dmfe driver on sending of big packet

This patch fixes hang in dmfe driver on attempt of sending a big packet.
Without this patch the code stops the queue and never wakes it again.

Signed-off-by: Alexander V. Lukyanov <lav@netis.ru>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tulip/dmfe.c