All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [PATCH v2 0/4] atheros: implement common read/write ops
@ 2009-09-14  8:31 ` Luis R. Rodriguez
  0 siblings, 0 replies; 24+ messages in thread
From: Luis R. Rodriguez @ 2009-09-14  8:31 UTC (permalink / raw)
  To: ath9k-devel

This is a respin on my fourth series. We leave ath5k as is and only
use the common read/write ops for it for shared hw code. ath9k however
does need to use the common ops as we need to make read/write code
driver core independent to share with ath9k_htc, even before its
moved into ath hw common code.

Other changes worth noting are the order of the write op arguments
to coincide more with more kernel code.

Luis R. Rodriguez (4):
  atheros/ath9k: add common read/write ops and port ath9k to use it
  ath5k: allocate ath5k_hw prior to initializing hw
  ath5k: define ath_common ops
  atheros: define shared bssidmask setting

 drivers/net/wireless/ath/Makefile         |    5 +-
 drivers/net/wireless/ath/ath.h            |    9 ++
 drivers/net/wireless/ath/ath5k/ath5k.h    |   20 +++--
 drivers/net/wireless/ath/ath5k/attach.c   |   25 +-----
 drivers/net/wireless/ath/ath5k/base.c     |   38 ++++++++-
 drivers/net/wireless/ath/ath5k/base.h     |   11 ---
 drivers/net/wireless/ath/ath5k/initvals.c |    4 +-
 drivers/net/wireless/ath/ath5k/pcu.c      |  121 ++--------------------------
 drivers/net/wireless/ath/ath5k/reg.h      |    8 +--
 drivers/net/wireless/ath/ath9k/ath9k.h    |   13 ---
 drivers/net/wireless/ath/ath9k/hw.c       |   42 +---------
 drivers/net/wireless/ath/ath9k/hw.h       |   17 ++++-
 drivers/net/wireless/ath/ath9k/main.c     |   43 ++++++++++
 drivers/net/wireless/ath/ath9k/recv.c     |    2 +-
 drivers/net/wireless/ath/ath9k/reg.h      |    5 +-
 drivers/net/wireless/ath/ath9k/virtual.c  |    2 +-
 drivers/net/wireless/ath/hw.c             |  126 +++++++++++++++++++++++++++++
 drivers/net/wireless/ath/reg.h            |   27 ++++++
 18 files changed, 290 insertions(+), 228 deletions(-)
 create mode 100644 drivers/net/wireless/ath/hw.c
 create mode 100644 drivers/net/wireless/ath/reg.h

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

end of thread, other threads:[~2009-09-14  9:01 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-14  8:31 [ath9k-devel] [PATCH v2 0/4] atheros: implement common read/write ops Luis R. Rodriguez
2009-09-14  8:31 ` Luis R. Rodriguez
2009-09-14  8:32 ` [ath9k-devel] [PATCH v2 1/4] atheros/ath9k: add common read/write ops and port ath9k to use it Luis R. Rodriguez
2009-09-14  8:32   ` Luis R. Rodriguez
2009-09-14  8:32 ` [ath9k-devel] [PATCH v2 2/4] ath5k: allocate ath5k_hw prior to initializing hw Luis R. Rodriguez
2009-09-14  8:32   ` Luis R. Rodriguez
2009-09-14  8:45   ` [ath9k-devel] " Jiri Slaby
2009-09-14  8:45     ` Jiri Slaby
2009-09-14  8:50     ` [ath9k-devel] " Luis R. Rodriguez
2009-09-14  8:50       ` Luis R. Rodriguez
2009-09-14  8:53       ` [ath9k-devel] " Luis R. Rodriguez
2009-09-14  8:53         ` Luis R. Rodriguez
2009-09-14  8:56         ` [ath9k-devel] " Luis R. Rodriguez
2009-09-14  8:56           ` Luis R. Rodriguez
2009-09-14  8:59           ` [ath9k-devel] " Jiri Slaby
2009-09-14  8:59             ` Jiri Slaby
2009-09-14  8:32 ` [ath9k-devel] [PATCH v2 3/4] ath5k: define ath_common ops Luis R. Rodriguez
2009-09-14  8:32   ` Luis R. Rodriguez
2009-09-14  8:46   ` [ath9k-devel] " Jiri Slaby
2009-09-14  8:46     ` Jiri Slaby
2009-09-14  9:01     ` [ath9k-devel] " Luis R. Rodriguez
2009-09-14  9:01       ` Luis R. Rodriguez
2009-09-14  8:32 ` [ath9k-devel] [PATCH v2 4/4] atheros: define shared bssidmask setting Luis R. Rodriguez
2009-09-14  8:32   ` Luis R. Rodriguez

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.