This commit is contained in:
PolynomialDivision 2018-05-29 20:11:31 +02:00
parent b4dd5a0460
commit c32351f0e5

View file

@ -326,7 +326,7 @@ int support_vht(const char *ifname) {
if (iw->htmodelist(ifname, &htmodes))
{
printf("No HT mode information available\n");
printf("No VHT mode information available\n");
return 0;
}