linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] ath9k pending patches
@ 2013-11-07  0:11 Sujith Manoharan
  2013-11-07  0:11 ` [PATCH 01/13] ath9k: Add WB335 PCI IDs Sujith Manoharan
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Sujith Manoharan @ 2013-11-07  0:11 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

Pending patches for ath9k, rebased over master.
The MAINTAINERS file has also been updated with patch 13.

Sujith

Sujith Manoharan (13):
  ath9k: Add WB335 PCI IDs
  ath9k: Identify Killer Wireless cards
  ath9k: Fix TX99 config option usage
  ath9k: Fix wow.c compilation
  ath9k: Add a config option for WoW
  ath9k: Use CONFIG_ATH9K_WOW
  ath9k: Add an initialization routine for WoW
  ath9k: Add SERDES initvals for AR9462 2.1
  ath9k: Remove unused AR9462 2.0 initvals
  ath9k: Remove pcieSerDesWrite
  ath9k: Use correct PCIE initvals for AR9485
  ath9k: Apply CUS227 specific TX gain values
  ath9k: Update MAINTAINERS

 MAINTAINERS                                        |  19 +-
 drivers/net/wireless/ath/ath9k/Kconfig             |  10 +-
 drivers/net/wireless/ath/ath9k/Makefile            |   8 +-
 drivers/net/wireless/ath/ath9k/ar9003_hw.c         |  43 +-
 drivers/net/wireless/ath/ath9k/ar9003_wow.c        | 422 +++++++++++++++
 drivers/net/wireless/ath/ath9k/ar9340_initvals.h   | 102 ++++
 .../net/wireless/ath/ath9k/ar9462_2p0_initvals.h   |  14 -
 .../net/wireless/ath/ath9k/ar9462_2p1_initvals.h   |   7 +
 drivers/net/wireless/ath/ath9k/ar9485_initvals.h   |  35 +-
 drivers/net/wireless/ath/ath9k/ath9k.h             |  53 +-
 drivers/net/wireless/ath/ath9k/debug.c             | 115 +---
 drivers/net/wireless/ath/ath9k/hw.c                |   1 -
 drivers/net/wireless/ath/ath9k/hw.h                |   5 +-
 drivers/net/wireless/ath/ath9k/init.c              |  23 +-
 drivers/net/wireless/ath/ath9k/main.c              | 468 +---------------
 drivers/net/wireless/ath/ath9k/pci.c               |  45 ++
 drivers/net/wireless/ath/ath9k/tx99.c              | 263 +++++++++
 drivers/net/wireless/ath/ath9k/wow.c               | 589 +++++++++------------
 drivers/net/wireless/ath/ath9k/xmit.c              |   4 +
 19 files changed, 1224 insertions(+), 1002 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath9k/ar9003_wow.c
 create mode 100644 drivers/net/wireless/ath/ath9k/tx99.c

-- 
1.8.4.2


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

end of thread, other threads:[~2013-11-07 11:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-07  0:11 [PATCH 00/13] ath9k pending patches Sujith Manoharan
2013-11-07  0:11 ` [PATCH 01/13] ath9k: Add WB335 PCI IDs Sujith Manoharan
2013-11-07  0:11 ` [PATCH 02/13] ath9k: Identify Killer Wireless cards Sujith Manoharan
2013-11-07  0:11 ` [PATCH 03/13] ath9k: Fix TX99 config option usage Sujith Manoharan
2013-11-07  0:11 ` [PATCH 04/13] ath9k: Fix wow.c compilation Sujith Manoharan
2013-11-07  0:11 ` [PATCH 05/13] ath9k: Add a config option for WoW Sujith Manoharan
2013-11-07  0:11 ` [PATCH 06/13] ath9k: Use CONFIG_ATH9K_WOW Sujith Manoharan
2013-11-07  0:11 ` [PATCH 07/13] ath9k: Add an initialization routine for WoW Sujith Manoharan
2013-11-07  0:11 ` [PATCH 08/13] ath9k: Add SERDES initvals for AR9462 2.1 Sujith Manoharan
2013-11-07  0:11 ` [PATCH 09/13] ath9k: Remove unused AR9462 2.0 initvals Sujith Manoharan
2013-11-07  0:11 ` [PATCH 10/13] ath9k: Remove pcieSerDesWrite Sujith Manoharan
2013-11-07  0:11 ` [PATCH 11/13] ath9k: Use correct PCIE initvals for AR9485 Sujith Manoharan
2013-11-07 11:02   ` Sujith Manoharan
2013-11-07  0:11 ` [PATCH 12/13] ath9k: Apply CUS227 specific TX gain values Sujith Manoharan
2013-11-07  0:12 ` [PATCH 13/13] ath9k: Update MAINTAINERS Sujith Manoharan
2013-11-07  0:31   ` Joe Perches
2013-11-07  3:49     ` 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).