ath79: add support for TP-Link TL-WR941HP v1
[project/firmware-utils.git] / src / ptgen.c
index 1eed21393d8b8f57a5352fe81e143e1d74623005..d911b9d1f01ee90084e5120a8d4e33d27245d1ba 100644 (file)
@@ -630,7 +630,6 @@ int main (int argc, char **argv)
                        break;
                case 't':
                        type = (char)strtoul(optarg, NULL, 16);
-                       part_guid = type_to_guid_and_name(type, &name);
                        break;
                case 'a':
                        active = (int)strtoul(optarg, NULL, 0);