diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-03 23:08:03 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-03 23:08:03 +0000 |
commit | 77758a4ef7b4b0fd2976a27893307b1160e708f4 (patch) | |
tree | 46a4750c7088e3438b7d61907c75e1a5ac8a14ee | |
parent | 3ada791a87f933e47f0f7ff5db812e6ab9c9d59b (diff) |
added atheros vendor for wifi cards
-rw-r--r-- | h-source/Application/Include/hardware.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index c723fe0..3f19ebc 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -73,7 +73,8 @@ class Wifi extends hardware { public static $vendors = array( "A-LINK" => "A-LINK", - "Airlink101" => "Airlink101", + "Airlink101" => "Airlink101", + "Atheros" => "Atheros", "Belkin" => "Belkin", "Broadcom" => "Broadcom", "CANYON" => "CANYON", |