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 -- 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