diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-12-01 00:55:00 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-12-01 00:55:00 +0000 |
commit | 3145dd9198ed2e36352379b7738effcc117951e7 (patch) | |
tree | eb4e2dcfebc1546146a40abadbcc9d15e46a8d8a /hardinfo2/arch/linux/common/net.h | |
parent | d92466ce2e3be1e8760383ccf239cc0be2c804a5 (diff) |
Apply a bunch of patches by berlios user esin (thanks!). Fixes some minor bugs.
Diffstat (limited to 'hardinfo2/arch/linux/common/net.h')
-rw-r--r-- | hardinfo2/arch/linux/common/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/arch/linux/common/net.h b/hardinfo2/arch/linux/common/net.h index 2a89529c..08ef1cf3 100644 --- a/hardinfo2/arch/linux/common/net.h +++ b/hardinfo2/arch/linux/common/net.h @@ -108,6 +108,7 @@ static struct { { "ppp", "Point-to-Point", "modem" }, { "ath", "Wireless", "wireless" }, { "wlan", "Wireless", "wireless" }, + { "ra", "Wireless", "wireless" }, { "tun", "Virtual Point-to-Point (TUN)", "network-generic" }, { "tap", "Ethernet (TAP)", "network-generic" }, { "plip", "Parallel Line Internet Protocol", "network" }, |