From: greearb@candelatech.com
To: linux-wireless@vger.kernel.org
Cc: Ben Greear <greearb@candelatech.com>
Subject: [PATCH v4 0/4] Add ethtool stats support for Wireless Devices
Date: Mon, 23 Apr 2012 12:50:28 -0700 [thread overview]
Message-ID: <1335210632-19958-1-git-send-email-greearb@candelatech.com> (raw)
From: Ben Greear <greearb@candelatech.com>
This enables ethtool stats for mac80211 devices. It also
adds hooks to call down into mac80211 drivers for additional
stats. Patches to enable this hook in ath9k will be posted
in a different series.
V3: Do a direct-lookup of the sta_info object if in MANAGED mode.
Iterate through all survey results until we find the matching
frequency.
Roll the small sta-state patch into patch 4.
v4: Leave a few STA stats zero unless we are in managed mode.
Ben Greear (4):
cfg80211: Add framework to support ethtool stats.
mac80211: Support getting sta_info stats via ethtool.
mac80211: Framework to get wifi-driver stats via ethtool.
mac80211: Add more ethtools stats: survey, rates, etc
include/net/cfg80211.h | 17 ++++
include/net/mac80211.h | 17 ++++
net/mac80211/cfg.c | 177 +++++++++++++++++++++++++++++++++++++++++++
net/mac80211/driver-ops.h | 37 +++++++++
net/mac80211/driver-trace.h | 15 ++++
net/wireless/ethtool.c | 29 +++++++
6 files changed, 292 insertions(+), 0 deletions(-)
--
1.7.3.4
next reply other threads:[~2012-04-23 19:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-23 19:50 greearb [this message]
2012-04-23 19:50 ` [PATCH v4 1/4] cfg80211: Add framework to support ethtool stats greearb
2012-04-23 19:50 ` [PATCH v4 2/4] mac80211: Support getting sta_info stats via ethtool greearb
2012-04-23 19:50 ` [PATCH v4 3/4] mac80211: Framework to get wifi-driver " greearb
2012-04-23 22:17 ` Eliad Peller
2012-04-23 22:35 ` Ben Greear
2012-04-23 19:50 ` [PATCH v4 4/4] mac80211: Add more ethtools stats: survey, rates, etc greearb
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1335210632-19958-1-git-send-email-greearb@candelatech.com \
--to=greearb@candelatech.com \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).