Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 00/10] atheros: expand common helpers
@ 2009-09-10 19:30 Luis R. Rodriguez
  2009-09-10 19:30 ` [PATCH 01/10] ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw Luis R. Rodriguez
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Luis R. Rodriguez @ 2009-09-10 19:30 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ath9k-devel, devel, Luis R. Rodriguez

This is my third series of cleanups on atheros devices to help
with support for ath9k_htc. ath9k hw.c was relying on the driver
core structure ath_softc to access the bssidmask, macaddr, and
curbssid. To prevent this I moved these into the common structure
ath_common and also ported ath5k and ar9170 to use the same shared
data.

The rest are a few other cleanups I did along the way, like moving
ath_common to the hw structure for ath9k and ath5k and also one
final bt-coex fix/cleanup.

I've tested these changes on ath5k, ath9k and ar9170.

Luis R. Rodriguez (10):
  ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use
    ath_hw
  ath9k: Use ath9k_hw_setbssidmask() on reset
  ath9k: use ath9k_hw_write_associd() on reset
  atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common
  ar9170: make use of common macaddr and curbssid
  ath5k: use common curbssid, bssidmask and macaddr
  ath5k: initialize eeprom struct early on attach
  ath9k: move ath_common to ath_hw
  ath5k: move ath_common to ath5k_hw
  ath9k: Define bus agnostic bluetooth coex prep helper

 drivers/net/wireless/ath/ar9170/ar9170.h |    2 -
 drivers/net/wireless/ath/ar9170/mac.c    |    5 +-
 drivers/net/wireless/ath/ar9170/main.c   |    6 ++-
 drivers/net/wireless/ath/ath.h           |    4 ++
 drivers/net/wireless/ath/ath5k/ath5k.h   |   11 +----
 drivers/net/wireless/ath/ath5k/attach.c  |   12 +++--
 drivers/net/wireless/ath/ath5k/base.c    |   29 ++++++++-----
 drivers/net/wireless/ath/ath5k/base.h    |    3 +-
 drivers/net/wireless/ath/ath5k/pcu.c     |   38 +++++-------------
 drivers/net/wireless/ath/ath5k/reset.c   |   13 ++++--
 drivers/net/wireless/ath/ath9k/ath9k.h   |    8 +---
 drivers/net/wireless/ath/ath9k/hw.c      |   51 +++++++++--------------
 drivers/net/wireless/ath/ath9k/hw.h      |    7 +--
 drivers/net/wireless/ath/ath9k/main.c    |   65 +++++++++++++++++-------------
 drivers/net/wireless/ath/ath9k/pci.c     |   17 ++++++++
 drivers/net/wireless/ath/ath9k/recv.c    |   19 +++++---
 drivers/net/wireless/ath/ath9k/virtual.c |   22 +++++-----
 17 files changed, 160 insertions(+), 152 deletions(-)


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

end of thread, other threads:[~2009-09-11  6:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-10 19:30 [PATCH 00/10] atheros: expand common helpers Luis R. Rodriguez
2009-09-10 19:30 ` [PATCH 01/10] ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw Luis R. Rodriguez
2009-09-10 19:30 ` [PATCH 02/10] ath9k: Use ath9k_hw_setbssidmask() on reset Luis R. Rodriguez
2009-09-10 19:30 ` [PATCH 03/10] ath9k: use ath9k_hw_write_associd() " Luis R. Rodriguez
2009-09-10 19:30 ` [PATCH 04/10] atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common Luis R. Rodriguez
2009-09-10 19:30 ` [PATCH 05/10] ar9170: make use of common macaddr and curbssid Luis R. Rodriguez
2009-09-10 19:30 ` [PATCH 06/10] ath5k: use common curbssid, bssidmask and macaddr Luis R. Rodriguez
2009-09-11  6:20   ` Nick Kossifidis
2009-09-10 19:30 ` [PATCH 07/10] ath5k: initialize eeprom struct early on attach Luis R. Rodriguez
2009-09-10 19:30 ` [PATCH 08/10] ath9k: move ath_common to ath_hw Luis R. Rodriguez
2009-09-10 19:30 ` [PATCH 09/10] ath5k: move ath_common to ath5k_hw Luis R. Rodriguez
2009-09-10 19:30 ` [PATCH 10/10] ath9k: Define bus agnostic bluetooth coex prep helper 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