diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-06 04:53:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-06 04:53:04 +0000 |
commit | 2e9a3b28f21344c3748b6216e9ec48cfa02a4dae (patch) | |
tree | ffd899dc249556456b695829d9185ec16d747b3a | |
parent | f44a320095af3ffd8738bded4d8cbaf39e39bc21 (diff) | |
download | upstream-2e9a3b28f21344c3748b6216e9ec48cfa02a4dae.tar.gz upstream-2e9a3b28f21344c3748b6216e9ec48cfa02a4dae.tar.bz2 upstream-2e9a3b28f21344c3748b6216e9ec48cfa02a4dae.zip |
iwinfo: add AR9580 with new subsystem device ID and QCA9880 with no subsystem vendor/device IDs
The AR9580 with the new ID can be found in the EnGenius ESR900 and the
QCA9880 without any subsystem IDs can be found in the EnGenius ESR1750.
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42793 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/network/utils/iwinfo/src/hardware.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/utils/iwinfo/src/hardware.txt b/package/network/utils/iwinfo/src/hardware.txt index 153ffeb2e6..f1558b2f43 100644 --- a/package/network/utils/iwinfo/src/hardware.txt +++ b/package/network/utils/iwinfo/src/hardware.txt @@ -52,6 +52,8 @@ 0x168c 0x002a 0x168c 0xa093 0 0 "Atheros" "AR9280" 0x168c 0x002b 0x168c 0xa091 0 0 "Atheros" "AR9285" 0x168c 0x0033 0x168c 0xa120 0 0 "Atheros" "AR9580" +0x168c 0x0033 0x168c 0xa136 0 0 "Atheros" "AR9580" +0x168c 0x003c 0x0000 0x0000 0 0 "Qualcomm Atheros" "QCA9880" 0x1814 0x3050 0x1814 0x0005 0 0 "RaLink" "Rt3050" 0x1814 0x3052 0x1814 0x0008 0 0 "RaLink" "Rt3052" 0x1814 0x3352 0x1814 0x000c 0 0 "RaLink" "Rt3352" |