In this case the specified backend couldn't be found. Signed-off-by: Andre Heider <a.hei...@gmail.com> --- iwinfo_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iwinfo_cli.c b/iwinfo_cli.c index dca86cf..d8851d7 100644 --- a/iwinfo_cli.c +++ b/iwinfo_cli.c @@ -972,7 +972,7 @@ int main(int argc, char **argv) if (!iw) { - fprintf(stderr, "No such wireless device: %s\n", argv[1]); + fprintf(stderr, "No such wireless backend: %s\n", argv[1]); rv = 1; } else -- 2.35.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel