Date: Sun, 13 Mar 2016 22:44:22 -0700 From: Adrian Chadd <adrian@freebsd.org> To: "freebsd-wireless@freebsd.org" <freebsd-wireless@freebsd.org> Subject: net80211 rate control statistics - first cut Message-ID: <CAJ-Vmo=x9Bo7u-64MYXG-fpz_qTjrg_MstmB32YNktzVR0ivWA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
hiya, here's the first cut of extracting data from the amrr rate control module. I'd like to eventually migrate the ath_rate_sample code into net80211 (which was done in a 2013 GSoC, but not finished enough to be able to merge in.) https://reviews.freebsd.org/D5630 It just exposes 'net.wlan.X.rate_stats' which will iterate through all the nodes and list the current rate control stats. I haven't setup urtwn in AP mode yet so I won't see its usefulness for AP mode devices, but it should work. I'd appreciate some feedback. I'd like to commit this soon and then work on fixing up the rate control API and fix some locking issues. Thanks! -a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmo=x9Bo7u-64MYXG-fpz_qTjrg_MstmB32YNktzVR0ivWA>