Quellcode durchsuchen

iwinfo: add hwinfo for Rt3052

Signed-off-by: Daniel Golle <[email protected]>

SVN-Revision: 33200
Jo-Philipp Wich vor 13 Jahren
Ursprung
Commit
9d58d538e1
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      package/iwinfo/src/iwinfo_lib.c

+ 1 - 0
package/iwinfo/src/iwinfo_lib.c

@@ -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 }
 };