IGbE: Fix bug that limits wire performance a bit

--HG--
extra : convert_revision : 3f93c17f647a6955dab861da211174de856ee02c
This commit is contained in:
Ali Saidi 2008-03-25 15:58:54 -04:00
parent ba1f7d31e0
commit 1605fbebc8

View file

@ -1412,6 +1412,7 @@ IGbE::ethTxDone()
txTick = true;
restartClock();
txWire();
DPRINTF(EthernetSM, "TxFIFO: Transmission complete\n");
}