All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [PATCH 0/7] ath10k: htt tx cleanup
@ 2013-04-17 11:51 Michal Kazior
  2013-04-17 11:51 ` [ath9k-devel] [PATCH 1/7] ath10k: flatten htt_tx_info Michal Kazior
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Michal Kazior @ 2013-04-17 11:51 UTC (permalink / raw)
  To: ath9k-devel

My plan is to remove htt_tx_info wrapper. Before
the wrapper can be actually killed off htt tx code
needs a cleanup.

The cleanup seems like a generally good idea as
it merges and simplifies tx completion code.

Michal Kazior (7):
  ath10k: flatten htt_tx_info
  ath10k: share htc tx completion for data/mgmt tx
  ath10k: move htt completion handler up in the code
  ath10k: share a single htc tx completion for htt data/mgmt/conf tx
  ath10k: remove per-packet completion handling
  ath10k: remove `priv` from ath10k_skb_cb
  ath10k: share htt tx completion for data/mgmt tx

 drivers/net/wireless/ath/ath10k/core.c   |    1 +
 drivers/net/wireless/ath/ath10k/core.h   |    6 +-
 drivers/net/wireless/ath/ath10k/htc.c    |   18 +--
 drivers/net/wireless/ath/ath10k/htc.h    |    1 +
 drivers/net/wireless/ath/ath10k/htt.c    |    1 +
 drivers/net/wireless/ath/ath10k/htt.h    |   29 ++---
 drivers/net/wireless/ath/ath10k/htt_rx.c |   49 ++++++--
 drivers/net/wireless/ath/ath10k/htt_tx.c |  196 +++++++++++++-----------------
 drivers/net/wireless/ath/ath10k/txrx.c   |  106 +++++-----------
 drivers/net/wireless/ath/ath10k/txrx.h   |    5 +-
 drivers/net/wireless/ath/ath10k/wmi.c    |    8 +-
 11 files changed, 176 insertions(+), 244 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-04-22  9:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17 11:51 [ath9k-devel] [PATCH 0/7] ath10k: htt tx cleanup Michal Kazior
2013-04-17 11:51 ` [ath9k-devel] [PATCH 1/7] ath10k: flatten htt_tx_info Michal Kazior
2013-04-17 11:51 ` [ath9k-devel] [PATCH 2/7] ath10k: share htc tx completion for data/mgmt tx Michal Kazior
2013-04-17 11:51 ` [ath9k-devel] [PATCH 3/7] ath10k: move htt completion handler up in the code Michal Kazior
2013-04-17 11:51 ` [ath9k-devel] [PATCH 4/7] ath10k: share a single htc tx completion for htt data/mgmt/conf tx Michal Kazior
2013-04-17 11:51 ` [ath9k-devel] [PATCH 5/7] ath10k: remove per-packet completion handling Michal Kazior
2013-04-17 11:51 ` [ath9k-devel] [PATCH 6/7] ath10k: remove `priv` from ath10k_skb_cb Michal Kazior
2013-04-17 11:51 ` [ath9k-devel] [PATCH 7/7] ath10k: share htt tx completion for data/mgmt tx Michal Kazior
2013-04-22  7:57 ` [ath9k-devel] [PATCH 0/7] ath10k: htt tx cleanup Kalle Valo
2013-04-22  8:05   ` Michal Kazior
2013-04-22  8:08   ` [ath9k-devel] [PATCH 1/3] ath10k: remove per-packet completion handling Michal Kazior
2013-04-22  8:08     ` [ath9k-devel] [PATCH 2/3] ath10k: remove `priv` from ath10k_skb_cb Michal Kazior
2013-04-22  8:08     ` [ath9k-devel] [PATCH 3/3] ath10k: share htt tx completion for data/mgmt tx Michal Kazior
2013-04-22  9:25     ` [ath9k-devel] [PATCH 1/3] ath10k: remove per-packet completion handling Kalle Valo
2013-04-22  9:27       ` Kalle Valo

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.