iwinfo: add hwinfo for Rt3052
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Aug 2012 20:22:35 +0000 (20:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Aug 2012 20:22:35 +0000 (20:22 +0000)
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33200

package/iwinfo/src/iwinfo_lib.c

index 5ca0a4510782c6ffd70ba09c18916ae1cdd49953..8d5569d4db441a00f9e0624ae2af78262d6d22c2 100644 (file)
@@ -370,6 +370,7 @@ const struct iwinfo_hardware_entry IWINFO_HARDWARE_ENTRIES[] = {
        { VENDOR_ATH,  "AR9223",                0x168c, 0x0029, 0x168c, 0xa095,  0,     0 },
        { VENDOR_ATH,  "AR9285",                0x168c, 0x002b, 0x168c, 0xa091,  0,     0 },
        { VENDOR_RALINK,  "Rt3352",             0x1814, 0x3352, 0x1814, 0x000c,  0,     0 },
+       { VENDOR_RALINK,  "Rt3052",             0x1814, 0x3052, 0x1814, 0x0008,  0,     0 },
 #endif
        { NULL }
 };