aboutsummaryrefslogtreecommitdiff
path: root/hw/ne2000.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ne2000.h')
-rw-r--r--hw/ne2000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ne2000.h b/hw/ne2000.h
index 92a2ddb41f..78422465c4 100644
--- a/hw/ne2000.h
+++ b/hw/ne2000.h
@@ -23,7 +23,7 @@ typedef struct NE2000State {
uint8_t mult[8]; /* multicast mask array */
qemu_irq irq;
VLANClientState *vc;
- uint8_t macaddr[6];
+ NICConf c;
uint8_t mem[NE2000_MEM_SIZE];
} NE2000State;