ath9k code moved to common-init.c and then reused in ath9k_htc.

Oleksij Rempel (7):
  ath9k: move ath9k_init_channels_rates to common-init
  ath9k_htc: use ath9k_cmn_init_channels_rates
  ath9k: move setup_ht_cap to common-init
  ath9k_htc: use ath9k_cmn_setup_ht_cap
  ath9k-common: set maxstream=1 for ar9271
  ath9k: move ath9k_reload_chainmask_settings to common
  ath9k_htc: use ath9k_cmn_reload_chainmask

 drivers/net/wireless/ath/ath.h                |   1 +
 drivers/net/wireless/ath/ath9k/Makefile       |   3 +-
 drivers/net/wireless/ath/ath9k/ath9k.h        |   1 -
 drivers/net/wireless/ath/ath9k/beacon.c       |   2 +-
 drivers/net/wireless/ath/ath9k/common-init.c  | 244 ++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath9k/common-init.h  |  20 +++
 drivers/net/wireless/ath/ath9k/common.h       |   2 +
 drivers/net/wireless/ath/ath9k/htc.h          |   1 -
 drivers/net/wireless/ath/ath9k/htc_drv_init.c | 176 +------------------
 drivers/net/wireless/ath/ath9k/init.c         | 230 +-----------------------
 drivers/net/wireless/ath/ath9k/main.c         |   2 +-
 drivers/net/wireless/ath/ath9k/xmit.c         |   3 +-
 12 files changed, 286 insertions(+), 399 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath9k/common-init.c
 create mode 100644 drivers/net/wireless/ath/ath9k/common-init.h

-- 
1.9.0

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

Reply via email to