All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/23] aggregation locking rework
@ 2010-06-10  8:21 Johannes Berg
  2010-06-10  8:21 ` [PATCH 01/23] mac80211: simplify station/aggregation code Johannes Berg
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: Johannes Berg @ 2010-06-10  8:21 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

Hi,

I'm finally happy with it now after having tested
it in more detail.

Also a big thanks to Sujith for testing and review.

I'll let the patch changelogs speak for themselves,
the overarching theme should be clear: ampdu_action
can sleep after this patch series.

For the curious:

 drivers/net/wireless/ath/ath9k/htc_drv_main.c |    6 
 drivers/net/wireless/ath/ath9k/main.c         |    4 
 include/net/mac80211.h                        |   34 -
 net/mac80211/agg-rx.c                         |  133 ++--
 net/mac80211/agg-tx.c                         |  695 ++++++++++++++------------
 net/mac80211/debugfs_sta.c                    |   19 
 net/mac80211/driver-ops.h                     |    8 
 net/mac80211/ht.c                             |   62 +-
 net/mac80211/ibss.c                           |   77 --
 net/mac80211/ieee80211_i.h                    |   57 +-
 net/mac80211/iface.c                          |  191 +++++--
 net/mac80211/main.c                           |   19 
 net/mac80211/mesh.c                           |   83 ---
 net/mac80211/mesh.h                           |    2 
 net/mac80211/mesh_hwmp.c                      |    4 
 net/mac80211/mesh_pathtbl.c                   |    4 
 net/mac80211/mlme.c                           |  128 ----
 net/mac80211/pm.c                             |   18 
 net/mac80211/rc80211_minstrel_ht.c            |    2 
 net/mac80211/rx.c                             |  159 +++--
 net/mac80211/sta_info.c                       |   16 
 net/mac80211/sta_info.h                       |   63 +-
 net/mac80211/tx.c                             |   93 ++-
 net/mac80211/util.c                           |   31 -
 24 files changed, 998 insertions(+), 910 deletions(-)


johannes


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

end of thread, other threads:[~2010-06-10  8:26 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-10  8:21 [PATCH 00/23] aggregation locking rework Johannes Berg
2010-06-10  8:21 ` [PATCH 01/23] mac80211: simplify station/aggregation code Johannes Berg
2010-06-10  8:21 ` [PATCH 02/23] mac80211: use common skb queue Johannes Berg
2010-06-10  8:21 ` [PATCH 03/23] mac80211: use common work struct Johannes Berg
2010-06-10  8:21 ` [PATCH 04/23] mac80211: use common work function Johannes Berg
2010-06-10  8:21 ` [PATCH 05/23] mac80211: common work skb freeing Johannes Berg
2010-06-10  8:21 ` [PATCH 06/23] mac80211: pull mgmt frame rx into rx handler Johannes Berg
2010-06-10  8:21 ` [PATCH 07/23] mac80211: always process blockack action from workqueue Johannes Berg
2010-06-10  8:21 ` [PATCH 08/23] mac80211: move blockack stop due to fragmentation Johannes Berg
2010-06-10  8:21 ` [PATCH 09/23] mac80211: move aggregation callback processing Johannes Berg
2010-06-10  8:21 ` [PATCH 10/23] mac80211: use RCU for RX aggregation Johannes Berg
2010-06-10  8:21 ` [PATCH 11/23] mac80211: use RCU for TX aggregation Johannes Berg
2010-06-10  8:21 ` [PATCH 12/23] mac80211: remove non-irqsafe aggregation callbacks Johannes Berg
2010-06-10  8:21 ` [PATCH 13/23] mac80211: refcount aggregation queue stop Johannes Berg
2010-06-10  8:21 ` [PATCH 14/23] mac80211: make TX aggregation start/stop request async Johannes Berg
2010-06-10  8:21 ` [PATCH 15/23] mac80211: move BA session work Johannes Berg
2010-06-10  8:21 ` [PATCH 16/23] mac80211: defer RX agg session teardown to work Johannes Berg
2010-06-10  8:21 ` [PATCH 17/23] mac80211: fix RX aggregation timer Johannes Berg
2010-06-10  8:21 ` [PATCH 18/23] mac80211: change RX aggregation locking Johannes Berg
2010-06-10  8:21 ` [PATCH 19/23] mac80211: defer TX agg session teardown to work Johannes Berg
2010-06-10  8:21 ` [PATCH 20/23] mac80211: change TX aggregation locking Johannes Berg
2010-06-10  8:21 ` [PATCH 21/23] mac80211: allow drivers to sleep in ampdu_action Johannes Berg
2010-06-10  8:21 ` [PATCH 22/23] mac80211: update aggregation documentation Johannes Berg
2010-06-10  8:21 ` [PATCH 23/23] mac80211: fix mgmt frame accounting 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.