commit | 42199884594bc336c9185441cbed99a9324dab34 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Wed Dec 17 16:52:30 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 17 16:52:30 2008 -0800 |
tree | b4cd25e04c66f47dd9520b6415ddaf9d09714368 | |
parent | 8c7396aebb68994c0519e438eecdf4d5fa9c7844 [diff] |
gianfar: Continue polling until both tx and rx are empty gfar_poll would declare polling done once the rx queue was empty, but the tx queue could still have packets left. Stolen mostly from the e1000 driver. Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>