diff options
Diffstat (limited to 'hw/pcnet.c')
-rw-r--r-- | hw/pcnet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pcnet.c b/hw/pcnet.c index a1f9d82e67..a2c868927f 100644 --- a/hw/pcnet.c +++ b/hw/pcnet.c @@ -1902,7 +1902,6 @@ int pcnet_common_init(DeviceState *dev, PCNetState *s, pcnet_can_receive, pcnet_receive, NULL, NULL, cleanup, s); qemu_format_nic_info_str(s->vc, s->conf.macaddr.a); - pcnet_h_reset(s); return 0; } |