diff --git a/commands/miitool.c b/commands/miitool.c index acf6142..4ea6fda 100644 --- a/commands/miitool.c +++ b/commands/miitool.c @@ -281,12 +281,6 @@ while ((opt = getopt(argc, argv, "vs:r:")) > 0) { switch (opt) { - case 'a': - addr = simple_strtol(optarg, NULL, 0); - break; - case 'b': - bus = simple_strtoul(optarg, NULL, 0); - break; case 's': action = MIITOOL_SHOW; phydevname = xstrdup(optarg);