Search Linux Wireless

[PATCH 0/4] atheros: implement common read/write ops

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is my fourth series, as I had noted earlier another
thing we needed to do was make read/write driver core
specific so that ath9k_htc can define its own and yet
share common hw code. As it turns out this means the work
here allows us to also start sharing hw code between ath9k
and ath5k. The last patch is an example of this.

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   |   24 ++++---
 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/pcu.c     |  113 +--------------------------
 drivers/net/wireless/ath/ath9k/ath9k.h   |    3 -
 drivers/net/wireless/ath/ath9k/hw.c      |   42 +----------
 drivers/net/wireless/ath/ath9k/hw.h      |    4 +-
 drivers/net/wireless/ath/ath9k/main.c    |   43 ++++++++++
 drivers/net/wireless/ath/ath9k/recv.c    |    2 +-
 drivers/net/wireless/ath/ath9k/virtual.c |    2 +-
 drivers/net/wireless/ath/hw.c            |  126 ++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/reg.h           |    2 +
 15 files changed, 245 insertions(+), 204 deletions(-)
 create mode 100644 drivers/net/wireless/ath/hw.c
 create mode 100644 drivers/net/wireless/ath/reg.h

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux