diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-22 23:56:20 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-22 23:56:20 +0000 |
commit | 58214267999e01688b9d885dbf5fe02f14b3be8e (patch) | |
tree | 56551221a94be0297c13f1bd2f9a5ddad7e2603b /h-source/Application/Include/hardware.php | |
parent | aff1f89df0e3fe33175d77e6cd5b8ca41e2c61c5 (diff) |
added Realtek vendor and dropped the check upon the model name (it can be duplicated)
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r-- | h-source/Application/Include/hardware.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index f363d72..852cd62 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -83,6 +83,7 @@ class Wifi extends hardware "NEC" => "NEC", "Netgear" => "Netgear", "Ralink" => "Ralink", + "Realtek" => "Realtek", "TOSHIBA" => "TOSHIBA", "TP-LINK" => "TP-LINK", ); |