linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] ath9k|ath9k_htc: remove code dups
@ 2014-02-25 13:48 Oleksij Rempel
  2014-02-25 13:48 ` [PATCH 1/7] ath9k: move ath9k_init_channels_rates to common-init Oleksij Rempel
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Oleksij Rempel @ 2014-02-25 13:48 UTC (permalink / raw)
  To: linville, linux-wireless, ath9k-devel; +Cc: Oleksij Rempel

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


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

end of thread, other threads:[~2014-02-26 11:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-25 13:48 [PATCH 0/7] ath9k|ath9k_htc: remove code dups Oleksij Rempel
2014-02-25 13:48 ` [PATCH 1/7] ath9k: move ath9k_init_channels_rates to common-init Oleksij Rempel
2014-02-25 13:48 ` [PATCH 2/7] ath9k_htc: use ath9k_cmn_init_channels_rates Oleksij Rempel
2014-02-25 13:48 ` [PATCH 3/7] ath9k: move setup_ht_cap to common-init Oleksij Rempel
2014-02-25 13:48 ` [PATCH 4/7] ath9k_htc: use ath9k_cmn_setup_ht_cap Oleksij Rempel
2014-02-25 13:48 ` [PATCH 5/7] ath9k-common: set maxstream=1 for ar9271 Oleksij Rempel
2014-02-25 13:48 ` [PATCH 6/7] ath9k: move ath9k_reload_chainmask_settings to common Oleksij Rempel
2014-02-25 13:48 ` [PATCH 7/7] ath9k_htc: use ath9k_cmn_reload_chainmask Oleksij Rempel
2014-02-26  8:44 ` [PATCH 0/7] ath9k|ath9k_htc: remove code dups Oleksij Rempel
2014-02-26 11:09 ` Sujith Manoharan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).