git: da7f6e67901b - main - [athstats] Add a tag to listen for beacon stuff
Adrian Chadd
adrian at FreeBSD.org
Sat May 22 23:34:04 UTC 2021
The branch main has been updated by adrian:
URL: https://cgit.FreeBSD.org/src/commit/?id=da7f6e67901bddbeee47f8608334d1567ecdce4d
commit da7f6e67901bddbeee47f8608334d1567ecdce4d
Author: Adrian Chadd <adrian at FreeBSD.org>
AuthorDate: 2021-03-31 19:37:47 +0000
Commit: Adrian Chadd <adrian at FreeBSD.org>
CommitDate: 2021-05-22 22:54:44 +0000
[athstats] Add a tag to listen for beacon stuff
I'm debugging weird beacon issues and thus here we are.
---
tools/tools/ath/athstats/main.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/tools/ath/athstats/main.c b/tools/tools/ath/athstats/main.c
index 29e86365c83b..23bdb25981d5 100644
--- a/tools/tools/ath/athstats/main.c
+++ b/tools/tools/ath/athstats/main.c
@@ -65,6 +65,9 @@ static struct {
{ "tdma",
"input,output,bexmit,tdmau,tdmadj,crcerr,phyerr,phytor,rssi,noise,rate"
},
+ { "beacon",
+ "bstuck,bmiss,bexmit,beacons,bmisscount,reset,ofdm,cck,input,output"
+ },
};
static const char *
More information about the dev-commits-src-main
mailing list