linux-stable/drivers/net/atlx
David S. Miller 39d48157ac atl1: Do not wake queue before queue has been started.
Based upon a bug report by Alexey Dobriyan, the patch is
also tested by him and confirmed to fix the problem.

Packet flow during link state events should not be done by
waking and stopping the TX queue anyways, that is handled
transparently by netif_carrier_{on,off}().

So, remove the netif_{wake,stop}_queue() calls in the link
check code, and add the necessary netif_start_queue() call
to atl1_up().

Signed-off-by: David S. Miller <davem@davemloft.net>
2008-07-21 08:28:37 -07:00
..
Makefile atl1: move common functions to atlx files 2008-03-17 07:49:23 -04:00
atl1.c atl1: Do not wake queue before queue has been started. 2008-07-21 08:28:37 -07:00
atl1.h atl1: bump version number 2008-05-13 01:30:25 -04:00
atlx.c atl1: bump version number 2008-05-13 01:30:25 -04:00
atlx.h atl1: bump version number 2008-05-13 01:30:25 -04:00