aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-29 10:37:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-29 10:37:49 +0000
commitb2d4ae6615f3040541cd81dd9419629524afbe8e (patch)
tree0d9e093fdff726abfe542e108df7d1e33ba3f070 /package
parent54d8a55eed9be4b08ccb16a0f9e9d7c578f7aa85 (diff)
downloadupstream-b2d4ae6615f3040541cd81dd9419629524afbe8e.tar.gz
upstream-b2d4ae6615f3040541cd81dd9419629524afbe8e.tar.bz2
upstream-b2d4ae6615f3040541cd81dd9419629524afbe8e.zip
iwinfo: add hwinfo of AR9280 2T2R PCIe
SVN-Revision: 33306
Diffstat (limited to 'package')
-rw-r--r--package/iwinfo/src/iwinfo_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iwinfo/src/iwinfo_lib.c b/package/iwinfo/src/iwinfo_lib.c
index 912ae2f1d0..dd65e45aa9 100644
--- a/package/iwinfo/src/iwinfo_lib.c
+++ b/package/iwinfo/src/iwinfo_lib.c
@@ -368,6 +368,7 @@ const struct iwinfo_hardware_entry IWINFO_HARDWARE_ENTRIES[] = {
{ VENDOR_ATH, "AR9220", 0x168c, 0x0029, 0x168c, 0xa094, 0, 0 },
{ VENDOR_ATH, "AR9223", 0x168c, 0x0029, 0x168c, 0xa095, 0, 0 },
+ { VENDOR_ATH, "AR9280", 0x168c, 0x002a, 0x168c, 0xa093, 0, 0 },
{ VENDOR_ATH, "AR9285", 0x168c, 0x002b, 0x168c, 0xa091, 0, 0 },
{ VENDOR_RALINK, "Rt3050", 0x1814, 0x3050, 0x1814, 0x0005, 0, 0 },
{ VENDOR_RALINK, "Rt3052", 0x1814, 0x3052, 0x1814, 0x0008, 0, 0 },