All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Wireless patches for wireless-testing
@ 2012-04-11 17:52 greearb
  2012-04-11 17:52 ` [PATCH 01/10] cfg80211: Add framework to support ethtool stats greearb
                   ` (10 more replies)
  0 siblings, 11 replies; 28+ messages in thread
From: greearb @ 2012-04-11 17:52 UTC (permalink / raw)
  To: linux-wireless; +Cc: netdev, Ben Greear

From: Ben Greear <greearb@candelatech.com>

Support Ethtool stats for Wireless, including in-depth
stats for ath9k, and add some additional ath9k stats
to debugfs.  Support scanning on-channel.

The basic ethtool patches are little changed from previous
posted patches.  The others are tweaked at least some, and
some have not been posted before at all.

Ben Greear (10):
  cfg80211: Add framework to support ethtool stats.
  mac80211: Support getting sta_info stats via ethtool.
  mac80211: Framework to get wifi-driver stats via ethtool.
  ath9k: Support ethtool getstats api.
  mac80211: Add more ethtools stats: survey, rates, etc
  mac80211: Add sta_state to ethtool stats.
  ath9k: Add tx-failed counter.
  mac80211: Support on-channel scan option.
  ath9k: Add more recv stats.
  ath9k: Gather and report IRQ sync_cause errors.

 drivers/net/wireless/ath/ath9k/ar9002_mac.c |    1 +
 drivers/net/wireless/ath/ath9k/ar9003_mac.c |    2 +
 drivers/net/wireless/ath/ath9k/debug.c      |  167 ++++++++++++++-------------
 drivers/net/wireless/ath/ath9k/debug.h      |   43 +++++++
 drivers/net/wireless/ath/ath9k/hw.c         |   49 ++++++++
 drivers/net/wireless/ath/ath9k/hw.h         |    6 +
 drivers/net/wireless/ath/ath9k/main.c       |  135 +++++++++++++++++++++
 drivers/net/wireless/ath/ath9k/recv.c       |   35 ++++--
 include/net/cfg80211.h                      |   17 +++
 include/net/mac80211.h                      |   17 +++
 net/mac80211/cfg.c                          |  160 +++++++++++++++++++++++++
 net/mac80211/driver-ops.h                   |   37 ++++++
 net/mac80211/driver-trace.h                 |   15 +++
 net/mac80211/ieee80211_i.h                  |    3 +
 net/mac80211/main.c                         |    4 +-
 net/mac80211/rx.c                           |    2 +
 net/mac80211/scan.c                         |   92 +++++++++++-----
 net/wireless/ethtool.c                      |   29 +++++
 18 files changed, 695 insertions(+), 119 deletions(-)

-- 
1.7.3.4


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2012-04-12 15:23 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 17:52 [PATCH 00/10] Wireless patches for wireless-testing greearb
2012-04-11 17:52 ` [PATCH 01/10] cfg80211: Add framework to support ethtool stats greearb
2012-04-11 17:52 ` [PATCH 02/10] mac80211: Support getting sta_info stats via ethtool greearb
2012-04-11 17:52 ` [PATCH 03/10] mac80211: Framework to get wifi-driver " greearb
2012-04-11 17:52 ` [PATCH 04/10] ath9k: Support ethtool getstats api greearb
2012-04-11 17:52 ` [PATCH 05/10] mac80211: Add more ethtools stats: survey, rates, etc greearb
2012-04-11 17:52   ` greearb-my8/4N5VtI7c+919tysfdA
2012-04-11 18:01   ` Ben Greear
2012-04-11 18:01     ` Ben Greear
2012-04-12  3:46   ` Johannes Berg
2012-04-12  3:46     ` Johannes Berg
2012-04-12 14:50     ` Ben Greear
2012-04-12 14:50       ` Ben Greear
2012-04-12 15:23     ` Ben Greear
2012-04-11 17:52 ` [PATCH 06/10] mac80211: Add sta_state to ethtool stats greearb
2012-04-11 17:52   ` greearb-my8/4N5VtI7c+919tysfdA
2012-04-12  3:49   ` Johannes Berg
2012-04-12 14:48     ` Ben Greear
2012-04-11 17:52 ` [PATCH 07/10] ath9k: Add tx-failed counter greearb
2012-04-11 17:52 ` [PATCH 08/10] mac80211: Support on-channel scan option greearb
2012-04-11 17:52   ` greearb-my8/4N5VtI7c+919tysfdA
2012-04-12  3:45   ` Johannes Berg
2012-04-12 15:03     ` Ben Greear
2012-04-11 17:52 ` [PATCH 09/10] ath9k: Add more recv stats greearb
2012-04-11 17:52   ` greearb-my8/4N5VtI7c+919tysfdA
2012-04-11 17:52 ` [PATCH 10/10] ath9k: Gather and report IRQ sync_cause errors greearb
2012-04-12  3:39 ` [PATCH 00/10] Wireless patches for wireless-testing Johannes Berg
2012-04-12  3:39   ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.