diff options
| author | La Stik <lastik@llaptop.(none)> | 2009-06-30 20:30:31 +0800 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-07-07 07:43:43 +0800 | 
| commit | d9abef64a70f3d82e684815980b9906f0871668e (patch) | |
| tree | d723419d93e188e598eb52e6eadc74e4dd79f377 /hardinfo2 | |
| parent | d450f0c86b6bb4e89a21350e80c3519a84c0880a (diff) | |
Adding 2 new interfaces
Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org>
Diffstat (limited to 'hardinfo2')
| -rw-r--r-- | hardinfo2/arch/linux/common/net.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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" },  }; | 
