Skip to content

Commit 8415bf0

Browse files
author
=
committed
added more warnings on buggy drivers
1 parent 4958ee4 commit 8415bf0

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

hcxdumptool.c

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -463,14 +463,17 @@ for(i = 0; i < ifpresentlistcounter; i++)
463463

464464
}
465465
fprintf(stdout, "\nmodes reported by the driver:\n"
466-
"* active monitor mode available (do not trust it)\n"
466+
"* active monitor mode available\n"
467467
" Warning:\n"
468-
" depending on the Linux kernel version,active monitor mode is broken on many mt76 drivers\n"
469-
"* active monitor mode available (do not trust it)\n"
470-
"S active monitor mode available on shared interface (do not trust it)\n"
468+
" do not trust what the driver reports!\n"
469+
" depending on the Linux kernel version, active monitor mode is broken on mt76 drivers\n"
470+
"S active monitor mode available on shared interface\n"
471+
" Warning:\n"
472+
" do not trust what the driver reports!\n"
473+
" depending on the Linux kernel version, active monitor mode is broken on mt76 drivers\n"
471474
"+ monitor mode available\n"
472475
"s monitor mode available on shared interface\n"
473-
"- no monitor available\n");
476+
"- monitor not available\n");
474477
return;
475478
}
476479
/*---------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)