linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] ath9k patches
@ 2015-02-16  5:19 Sujith Manoharan
  2015-02-16  5:19 ` [PATCH 1/9] ath9k: Move MCI registers to reg_mci.h Sujith Manoharan
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Sujith Manoharan @ 2015-02-16  5:19 UTC (permalink / raw)
  To: linux-wireless

From: Sujith Manoharan <c_manoha@qca.qualcomm.com>

ath9k patches for -next.

Sujith Manoharan (9):
  ath9k: Move MCI registers to reg_mci.h
  ath9k: Remove useless check in MCI reset
  ath9k: Add new MCI configuration parameters
  ath9k: Handle 2-ANT AR9565 in MCI reset
  ath9k: Fix MCI TX control
  ath9k: Setup MCI statistics properly
  ath9k: Prepare MCI interface correctly
  ath9k: Fix GPM initialization
  ath9k: Mute BT properly

 drivers/net/wireless/ath/ath9k/ar9003_mci.c | 158 ++++++++++----
 drivers/net/wireless/ath/ath9k/ar9003_mci.h |  24 ++-
 drivers/net/wireless/ath/ath9k/hw.h         |   1 +
 drivers/net/wireless/ath/ath9k/mci.c        |   5 +-
 drivers/net/wireless/ath/ath9k/reg.h        | 275 ------------------------
 drivers/net/wireless/ath/ath9k/reg_mci.h    | 310 ++++++++++++++++++++++++++++
 6 files changed, 449 insertions(+), 324 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath9k/reg_mci.h

-- 
2.3.0


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

end of thread, other threads:[~2015-03-03 12:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-16  5:19 [PATCH 0/9] ath9k patches Sujith Manoharan
2015-02-16  5:19 ` [PATCH 1/9] ath9k: Move MCI registers to reg_mci.h Sujith Manoharan
2015-03-03 12:57   ` [1/9] " Kalle Valo
2015-02-16  5:19 ` [PATCH 2/9] ath9k: Remove useless check in MCI reset Sujith Manoharan
2015-02-16  5:19 ` [PATCH 3/9] ath9k: Add new MCI configuration parameters Sujith Manoharan
2015-02-16  5:19 ` [PATCH 4/9] ath9k: Handle 2-ANT AR9565 in MCI reset Sujith Manoharan
2015-02-16  5:19 ` [PATCH 5/9] ath9k: Fix MCI TX control Sujith Manoharan
2015-02-16  5:19 ` [PATCH 6/9] ath9k: Setup MCI statistics properly Sujith Manoharan
2015-02-16  5:19 ` [PATCH 7/9] ath9k: Prepare MCI interface correctly Sujith Manoharan
2015-02-16  5:20 ` [PATCH 8/9] ath9k: Fix GPM initialization Sujith Manoharan
2015-02-16  5:20 ` [PATCH 9/9] ath9k: Mute BT properly 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).