summaryrefslogtreecommitdiff
path: root/hardinfo2/arch/linux/common/net.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-12-20 17:55:08 -0200
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-12-20 17:55:08 -0200
commitbabf60d57c79d0e85255dad6401b4962fa217cb9 (patch)
tree1ad285ef11b7e8c56b1800159208b550c9e4b711 /hardinfo2/arch/linux/common/net.h
parent1cd93bcccb8cedc4f5cd355b69f88512c1e2880a (diff)
Apply patches from bug #10. Contributor unknown.
Diffstat (limited to 'hardinfo2/arch/linux/common/net.h')
-rw-r--r--hardinfo2/arch/linux/common/net.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hardinfo2/arch/linux/common/net.h b/hardinfo2/arch/linux/common/net.h
index 5ec56d6a..c3224321 100644
--- a/hardinfo2/arch/linux/common/net.h
+++ b/hardinfo2/arch/linux/common/net.h
@@ -245,6 +245,11 @@ static struct {
{ "bnep", "Bluetooth", "bluetooth" },
{ "br", "Bridge Interface", "network" },
{ "ham", "Hamachi Virtual Personal Network", "network"},
+ { "net", "Ethernet", "network-interface" },
+ { "ifb", "Intermediate Functional Block", "network" },
+ { "gre", "GRE Network Tunnel", "network" },
+ { "msh", "Mesh Network", "wireless" },
+ { "wmaster", "Wireless Master Interface", "wireless" },
{ NULL, "Unknown", "network" },
};