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)
commit761ed01b35ca32bfd4166cc3862ae80ee33e3a4b
treeecd09986e227f2cb30e1033c9daa1ad385845b8f
parentd87ff58fda926fe5cb01214cccf1c72422ac776d
gianfar: Wait for both RX and TX to stop

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