From c32351f0e5086ee856bebc432b2ed8f639f206a7 Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Tue, 29 May 2018 20:11:31 +0200 Subject: [PATCH] typo --- src/utils/dawn_iwinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/dawn_iwinfo.c b/src/utils/dawn_iwinfo.c index 196c814..8c2128a 100644 --- a/src/utils/dawn_iwinfo.c +++ b/src/utils/dawn_iwinfo.c @@ -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; }