]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit879243ac117394522470024e0c615cc24d2799e3
treecd187ef8077f31e537bb1083b31c70a023ffd8c0
parente1e6a8d8cd172a3b9c2f0a439867dd9f67cf0473
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