[PATCH 0/9] ath9k patches

2015-02-15 Thread Sujith Manoharan
From: Sujith Manoharan c_man...@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

--
To unsubscribe from this list: send the line unsubscribe linux-wireless in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/9] ath9k patches

2014-10-13 Thread Sujith Manoharan
From: Sujith Manoharan c_man...@qca.qualcomm.com

MCC fixes for -next.

Sujith Manoharan (9):
  ath9k: Add a function to check for an active GO
  ath9k: Check for active GO in mgd_prepare_tx()
  ath9k: Use a helper function for offchannel NoA
  ath9k: Use a helper function to set NoA
  ath9k: Use a helper function for bmiss
  ath9k: Fix RoC expiration
  ath9k: Send oneshot NoA
  ath9k: Fix HW scan abort
  ath9k: Improve flush() in mcc mode

 drivers/net/wireless/ath/ath9k/ath9k.h   |   6 +-
 drivers/net/wireless/ath/ath9k/channel.c | 253 +--
 drivers/net/wireless/ath/ath9k/main.c|  87 +--
 3 files changed, 256 insertions(+), 90 deletions(-)

-- 
2.1.2

--
To unsubscribe from this list: send the line unsubscribe linux-wireless in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html