From d3fd6b84f461a4d7ffbf3f3eae37381150b69e82 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 26 Apr 2010 20:38:57 +0200 Subject: Rewritten ethtool to make use of libnl instead of accessing NETLINK directly --- python-ethtool/etherinfo.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python-ethtool/etherinfo.h') diff --git a/python-ethtool/etherinfo.h b/python-ethtool/etherinfo.h index 996bd45..bda5185 100644 --- a/python-ethtool/etherinfo.h +++ b/python-ethtool/etherinfo.h @@ -18,8 +18,7 @@ #define _ETHERINFO_H struct etherinfo { - int index; - int type; + int index; char *device; char *hwaddress; char *ipv4_address; @@ -27,7 +26,6 @@ struct etherinfo { char *ipv4_broadcast; char *ipv6_address; int ipv6_netmask; - struct etherinfo *next; }; struct etherinfo *get_etherinfo(); -- cgit