This patchset adds support for the collection and propagating of
per-rate, per-station rx statistics when enabled by a userspace application.

These statistics can be useful in understanding the quality of 
communication with our peers and in evaluating how different peers
are communicating in different MCS/BW/NSS during different time periods and 
environment.

Sriram R (2):
  nl80211: Add support for collection of per rate rx statistics
  mac80211: Add support for per-rate rx statistics

 include/net/cfg80211.h       |  25 +++++++
 include/uapi/linux/nl80211.h |  50 +++++++++++++
 net/mac80211/cfg.c           |  47 ++++++++++++
 net/mac80211/rx.c            |  10 ++-
 net/mac80211/sta_info.c      | 165 +++++++++++++++++++++++++++++++++++++++++
 net/mac80211/sta_info.h      |  17 +++++
 net/wireless/nl80211.c       | 172 +++++++++++++++++++++++++++++++++++++++++++
 net/wireless/rdev-ops.h      |  30 ++++++++
 net/wireless/trace.h         |  26 +++++++
 9 files changed, 540 insertions(+), 2 deletions(-)

-- 
2.7.4

Reply via email to