gianfar: Wait for both RX and TX to stop
authorAndy Fleming <afleming@freescale.com>
Tue, 27 Apr 2010 23:43:31 +0000 (16:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2010 23:43:31 +0000 (16:43 -0700)
When gracefully stopping the controller, the driver was continuing if
*either* RX or TX had stopped.  We need to wait for both, or the
controller could get into an invalid state.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gianfar.c

Simple merge