This adds a common structure where we can start stuffing shared items
and introduces a helper for both ath5k and ath9k's use.

Luis R. Rodriguez (3):
  ath: add common ath_rxbuf_alloc() and make ath9k use it
  ath5k: use common ath.ko ath_rxbuf_alloc()
  ath5k: use bit shift operators for cache line size

 drivers/net/wireless/ath/Kconfig       |    4 +--
 drivers/net/wireless/ath/ath.h         |   30 ++++++++++++++++++++++++
 drivers/net/wireless/ath/ath5k/base.c  |   23 ++++++------------
 drivers/net/wireless/ath/ath5k/base.h  |    3 +-
 drivers/net/wireless/ath/ath9k/ath9k.h |    4 ++-
 drivers/net/wireless/ath/ath9k/main.c  |    2 +-
 drivers/net/wireless/ath/ath9k/recv.c  |   40 +++----------------------------
 drivers/net/wireless/ath/main.c        |   36 ++++++++++++++++++++++++++++
 8 files changed, 85 insertions(+), 57 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath.h

_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to