linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] atheros: move ath9k hw code to a module
@ 2009-09-24  3:06 Luis R. Rodriguez
  2009-09-24  3:06 ` [PATCH 1/4] ath9k: use common read/write ops on pci and debug code Luis R. Rodriguez
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Luis R. Rodriguez @ 2009-09-24  3:06 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, devel, ath9k-devel, Luis R. Rodriguez

Based on review through IRC of my RFC patches about moving ath9k hw
code onto ath/ we determined its best to separate hw code from the
ath module and instead use a separate new module. Since its shared
between ath9k and ath9k_htc and since I'm working on reducing the
number of files ath9k_htc has we'll just keep this new module,
ath9k_hw, under ath9k/ as well as the future ath9k_htc module.

This patch series was rebased as of today's wireless-testing and
applies on top of the other pending ath9k patches, specifically
on top of Senthil's patch, "ath9k: Fix bugs in handling TX power".

If you have today's wireless-testing and want to apply all
pending ath9k patches you can get all 61 patches from here:

http://bombadil.infradead.org/~mcgrof/patches/ath/2009/09/all-2009-09-23.patch

Its sha1sum is: 90b59e0c85029a89bff7c6ec064220586cc6543e

If you're working on new patches please rebase on top of these.

Luis R. Rodriguez (4):
  ath9k: use common read/write ops on pci and debug code
  ath9k: move hw code to its own module
  ath9k_hw: print device ID if not supported
  ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271

 drivers/net/wireless/ath/Makefile       |    2 +-
 drivers/net/wireless/ath/ath9k/Kconfig  |    4 ++
 drivers/net/wireless/ath/ath9k/Makefile |   27 ++++++------
 drivers/net/wireless/ath/ath9k/ani.c    |    2 +
 drivers/net/wireless/ath/ath9k/btcoex.c |    6 +++
 drivers/net/wireless/ath/ath9k/calib.c  |    3 +
 drivers/net/wireless/ath/ath9k/debug.c  |   21 ++++++----
 drivers/net/wireless/ath/ath9k/hw.c     |   71 +++++++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath9k/hw.h     |    5 ++
 drivers/net/wireless/ath/ath9k/mac.c    |   30 +++++++++++++
 drivers/net/wireless/ath/ath9k/pci.c    |    4 +-
 11 files changed, 148 insertions(+), 27 deletions(-)


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

end of thread, other threads:[~2009-09-26 15:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-24  3:06 [PATCH 0/4] atheros: move ath9k hw code to a module Luis R. Rodriguez
2009-09-24  3:06 ` [PATCH 1/4] ath9k: use common read/write ops on pci and debug code Luis R. Rodriguez
2009-09-24  3:07 ` [PATCH 2/4] ath9k: move hw code to its own module Luis R. Rodriguez
2009-09-26 12:04   ` Christian Lamparter
2009-09-26 15:45     ` Greg KH
2009-09-24  3:07 ` [PATCH 3/4] ath9k_hw: print device ID if not supported Luis R. Rodriguez
2009-09-24  3:07 ` [PATCH 4/4] ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271 Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).