From d9abef64a70f3d82e684815980b9906f0871668e Mon Sep 17 00:00:00 2001 From: La Stik Date: Tue, 30 Jun 2009 20:30:31 +0800 Subject: Adding 2 new interfaces Signed-off-by: Leandro A. F. Pereira --- hardinfo2/arch/linux/common/net.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hardinfo2/arch/linux/common/net.h b/hardinfo2/arch/linux/common/net.h index 755c6936..5ec56d6a 100644 --- a/hardinfo2/arch/linux/common/net.h +++ b/hardinfo2/arch/linux/common/net.h @@ -231,6 +231,7 @@ static struct { { "wlan", "Wireless", "wireless" }, { "ra", "Wireless", "wireless" }, { "wl", "Wireless", "wireless" }, + { "wmaster", "Wireless", "wireless" }, { "tun", "Virtual Point-to-Point (TUN)", "network" }, { "tap", "Ethernet (TAP)", "network" }, { "plip", "Parallel Line Internet Protocol", "network" }, @@ -243,6 +244,7 @@ static struct { { "pan", "Personal Area Network (PAN)", "bluetooth" }, { "bnep", "Bluetooth", "bluetooth" }, { "br", "Bridge Interface", "network" }, + { "ham", "Hamachi Virtual Personal Network", "network"}, { NULL, "Unknown", "network" }, }; -- cgit v1.2.3