Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2021 23:34:03 GMT
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: da7f6e67901b - main - [athstats] Add a tag to listen for beacon stuff
Message-ID:  <202105222334.14MNY3dE020519@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adrian:

URL: https://cgit.FreeBSD.org/src/commit/?id=da7f6e67901bddbeee47f8608334d1567ecdce4d

commit da7f6e67901bddbeee47f8608334d1567ecdce4d
Author:     Adrian Chadd <adrian@FreeBSD.org>
AuthorDate: 2021-03-31 19:37:47 +0000
Commit:     Adrian Chadd <adrian@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 *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105222334.14MNY3dE020519>