All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [PATCH 0/6] ath10k: fixes
@ 2013-06-12 12:27 Michal Kazior
  2013-06-12 12:27 ` [ath9k-devel] [PATCH 1/6] ath10k: embed HTC struct inside ath10k Michal Kazior
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Michal Kazior @ 2013-06-12 12:27 UTC (permalink / raw)
  To: ath9k-devel

This includes 2 patches from my previous patchset
that had conflicts. It is now rebased and should
apply cleanly on the github master branch.

Michal Kazior (6):
  ath10k: embed HTC struct inside ath10k
  ath10k: embed HTT struct inside ath10k
  ath10k: improve locking
  ath10k: abort scan properly if wmi_scan_stop fails
  ath10k: wait for CE to drain when shutting down
  ath10k: add missing debug prints

 drivers/net/wireless/ath/ath10k/core.c   |   40 +++++++---------
 drivers/net/wireless/ath/ath10k/core.h   |    9 ++--
 drivers/net/wireless/ath/ath10k/htc.c    |   23 ++-------
 drivers/net/wireless/ath/ath10k/htc.h    |    4 +-
 drivers/net/wireless/ath/ath10k/htt.c    |   27 ++++++-----
 drivers/net/wireless/ath/ath10k/htt.h    |    3 +-
 drivers/net/wireless/ath/ath10k/htt_rx.c |    3 +-
 drivers/net/wireless/ath/ath10k/htt_tx.c |   12 ++---
 drivers/net/wireless/ath/ath10k/mac.c    |   77 ++++++++++++++++++++++++++----
 drivers/net/wireless/ath/ath10k/pci.c    |   21 ++++++++
 drivers/net/wireless/ath/ath10k/pci.h    |    2 +-
 drivers/net/wireless/ath/ath10k/wmi.c    |   10 +++-
 12 files changed, 148 insertions(+), 83 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-06-14 12:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12 12:27 [ath9k-devel] [PATCH 0/6] ath10k: fixes Michal Kazior
2013-06-12 12:27 ` [ath9k-devel] [PATCH 1/6] ath10k: embed HTC struct inside ath10k Michal Kazior
2013-06-12 12:27 ` [ath9k-devel] [PATCH 2/6] ath10k: embed HTT " Michal Kazior
2013-06-12 12:27 ` [ath9k-devel] [PATCH 3/6] ath10k: improve locking Michal Kazior
2013-06-12 12:27 ` [ath9k-devel] [PATCH 4/6] ath10k: abort scan properly if wmi_scan_stop fails Michal Kazior
2013-06-12 12:27 ` [ath9k-devel] [PATCH 5/6] ath10k: wait for CE to drain when shutting down Michal Kazior
2013-06-13 18:08   ` Kalle Valo
2013-06-14 11:46     ` Michal Kazior
2013-06-14 12:10       ` Kalle Valo
2013-06-12 12:27 ` [ath9k-devel] [PATCH 6/6] ath10k: add missing debug prints Michal Kazior
2013-06-12 19:08 ` [ath9k-devel] [PATCH 0/6] ath10k: fixes Kalle Valo
2013-06-13 18:08   ` 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.