summaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
authorsascha <sascha@nomad.localdomain>2007-10-18 12:06:50 +0200
committersascha <sascha@nomad.localdomain>2007-10-18 12:06:50 +0200
commit2db56b3031cdb2201c21bccd9a624272ec0777f7 (patch)
tree0da97172768bd93cff7688cf7ec62b6f5a066c61 /include/net.h
parent3c37202662cb30dca373c8dd099638f9ca8e039a (diff)
downloadbarebox-2db56b3031cdb2201c21bccd9a624272ec0777f7.tar.gz
barebox-2db56b3031cdb2201c21bccd9a624272ec0777f7.tar.xz
When printing error messages about network parameters print
the network device id with it.
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net.h b/include/net.h
index 8a3187260d..9d00ad3e74 100644
--- a/include/net.h
+++ b/include/net.h
@@ -54,8 +54,6 @@ enum eth_state_t {
struct device_d;
struct eth_device {
- char name[NAMESIZE];
-// unsigned char enetaddr[6];
int iobase;
int state;