3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 04:32:37 +01:00

client: remove wsc capability indicator

This commit is contained in:
Tim Kourt 2018-07-24 16:17:16 -07:00 committed by Denis Kenzior
parent a865f60c54
commit dbe36df5ae

View File

@ -70,9 +70,6 @@ static void display_device(const struct proxy_interface *proxy)
device->adapter) ? : "");
}
display("%s%*s %-*s%-*s\n", MARGIN, 8, "", 20, "WSC-capable",
47, device->wsc ? "yes" : "no");
display_table_footer();
}