Remove unneeded TX channel wakeup from vge_txeof(). This was put
there for testing and forgotten. It's not really needed, and taking it out saves a register access.
This commit is contained in:
parent
3a27af0dd4
commit
9d77459ca7
@ -1547,7 +1547,6 @@ vge_txeof(sc)
|
||||
* This is done in case the transmitter has gone idle.
|
||||
*/
|
||||
if (sc->vge_ldata.vge_tx_free != VGE_TX_DESC_CNT) {
|
||||
CSR_WRITE_2(sc, VGE_TXQCSRS, VGE_TXQCSR_WAK0);
|
||||
CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_TIMER0_ENABLE);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user