The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=da7f6e67901bddbeee47f8608334d1567ecdce4d
commit da7f6e67901bddbeee47f8608334d1567ecdce4d Author: Adrian Chadd <adr...@freebsd.org> AuthorDate: 2021-03-31 19:37:47 +0000 Commit: Adrian Chadd <adr...@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 * _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"