[PATCH] stop send queue before resetting gianfar

David Miller davem at davemloft.net
Wed Apr 15 19:35:48 EST 2009


From: Markus Brunner <super.firetwister at googlemail.com>
Date: Wed, 15 Apr 2009 09:51:23 +0200

> After a transmit timed out, the reset task will be called, which will free the
> allocated resources(stop_gfar). If gfar_poll will be called before the
> resources get allocated again gfar_clean_tx_ring will call
> dev_kfree_skb_any(NULL).
> This Patch calls netif_stop_queue before calling stop_gfar.
> 
> Signed-off-by: Markus Brunner <super.firetwister at gmail.com>

Applied, thanks.



More information about the Linuxppc-dev mailing list