summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/pcnet32.c
diff options
context:
space:
mode:
authorDaniel Verkamp2008-12-10 08:11:50 +0100
committerMichael Brown2009-05-26 12:27:55 +0200
commit005fce0258b318b8b95a5891b4aedf437d843dec (patch)
tree130c3437706899553ad63d1e524d2df04e17a998 /src/drivers/net/pcnet32.c
parent[settings] Allow for arbitrarily-named settings (diff)
downloadipxe-005fce0258b318b8b95a5891b4aedf437d843dec.tar.gz
ipxe-005fce0258b318b8b95a5891b4aedf437d843dec.tar.xz
ipxe-005fce0258b318b8b95a5891b4aedf437d843dec.zip
[ethernet] Move struct mii_if_info to mii.h
Signed-off-by: Michael Brown <mcb30@etherboot.org>
Diffstat (limited to 'src/drivers/net/pcnet32.c')
-rw-r--r--src/drivers/net/pcnet32.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/drivers/net/pcnet32.c b/src/drivers/net/pcnet32.c
index 2ceccbc1..223bc1e2 100644
--- a/src/drivers/net/pcnet32.c
+++ b/src/drivers/net/pcnet32.c
@@ -222,12 +222,6 @@ struct {
unsigned char rxb[RX_RING_SIZE][PKT_BUF_SZ];
} pcnet32_bufs __shared;
-/* May need to be moved to mii.h */
-struct mii_if_info {
- int phy_id;
- int advertising;
- unsigned int full_duplex:1; /* is full duplex? */
-};
/*
* The first three fields of pcnet32_private are read by the ethernet device