e1000: move e1000_autoneg_timer() to after set_ics()
commitd52aec95453838f2957c0cbf6ef79c51d161e87f
authorGabriel L. Somlo <gsomlo@gmail.com>
Thu, 19 Jun 2014 15:55:35 +0000 (19 11:55 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 23 Jun 2014 14:38:00 +0000 (23 17:38 +0300)
tree5af327f8b12022f2726581d16afe9d5377caf589
parent39bb8ee737595e9b264d075dfcd7d86f4d3f1133
e1000: move e1000_autoneg_timer() to after set_ics()

Enable calling set_ics() from within e1000_autoneg_timer() without
the need for a forward declaration.

This patch contains no functional changes.

Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/net/e1000.c