virtio-net: Rename tx_timer_active to tx_waiting
commit4b4b8d361c21209bd6414c369fe93eb70c5ff50d
authorAlex Williamson <alex.williamson@redhat.com>
Thu, 2 Sep 2010 15:01:04 +0000 (2 09:01 -0600)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 7 Sep 2010 17:29:28 +0000 (7 20:29 +0300)
treecc1ee2515f72805106233afffc11b6c1706f2589
parente3f30488e5f802547b3a60e40cebaef3b4ec16a3
virtio-net: Rename tx_timer_active to tx_waiting

De-couple this from the timer since we might want to use
different backends to send the packet.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio-net.c