HomeFreeBSD

bge_txeof() already checks whether it has to free transmitted mbufs

Description

bge_txeof() already checks whether it has to free transmitted mbufs
or not by comparing reported TX consumer index with saved index. So
remove unnecessary check done after freeing transmitted mbufs.
While I'm here nuke unnecessary variable initializations.

Details

Event Timeline