de2104x: fix the TX watchdog

Insert de_init_rings() to reinit the rings before de_init_hw()
tries to access them again.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>

authored by Francois Romieu and committed by Romieu Francois 39bf4295 3f735b76

+2
+2
drivers/net/tulip/de2104x.c
··· 1453 1453 synchronize_irq(dev->irq); 1454 1454 de_clean_rings(de); 1455 1455 1456 + de_init_rings(de); 1457 + 1456 1458 de_init_hw(de); 1457 1459 1458 1460 netif_wake_queue(dev);