Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH v2 0/8] ath9k patches
@ 2014-08-22 15:09 Sujith Manoharan
  2014-08-22 15:09 ` [PATCH v2 1/8] ath9k: Add a debug level for channel context Sujith Manoharan
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Sujith Manoharan @ 2014-08-22 15:09 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless, ath9k-devel

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

Pending patches for ath9k, rebased over 3.17-rc1.

Sujith

Sujith Manoharan (8):
  ath9k: Add a debug level for channel context
  ath9k: Handle failure to allocate HW timer
  ath9k: Move channel operations to channel.c
  ath9k: Add debug information
  ath9k: Add a config option for channel context
  ath9k: Move P2P functions to channel.c
  ath9k: Isolate P2P powersave routines
  ath9k: Isolate ath9k_use_chanctx module parameter

 drivers/net/wireless/ath/ath.h           |   1 +
 drivers/net/wireless/ath/ath9k/Kconfig   |   9 +
 drivers/net/wireless/ath/ath9k/ath9k.h   |  50 +++-
 drivers/net/wireless/ath/ath9k/channel.c | 412 ++++++++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath9k/init.c    |  70 +++---
 drivers/net/wireless/ath/ath9k/main.c    | 392 ++++++-----------------------
 drivers/net/wireless/ath/ath9k/recv.c    |   6 +-
 7 files changed, 586 insertions(+), 354 deletions(-)

-- 
2.0.4


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH v2 0/8] ath9k patches
@ 2013-09-02  8:26 Sujith Manoharan
  0 siblings, 0 replies; 10+ messages in thread
From: Sujith Manoharan @ 2013-09-02  8:26 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

Hi,

This series adds various updates for AR9565.

v2 - Identify cards that don't support antenna diversity.

Sujith

Sujith Manoharan (8):
  ath9k: Update initvals for AR9565 1.0
  ath9k: Bypass EEPROM for diversity cap for AR9565
  ath9k: Fix antenna diversity init for AR9565
  ath9k: Use correct RX gain table for AR9565
  ath9k: Add support for AR9565 v1.0.1 LNA diversity
  ath9k: Enable antenna diversity for WB335
  ath9k: Identify CUS252 cards
  ath9k: Identify WB335 Antenna configuration

 drivers/net/wireless/ath/ath9k/antenna.c           |  36 +---
 drivers/net/wireless/ath/ath9k/ar9002_phy.c        |   1 +
 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c     |  22 ++-
 drivers/net/wireless/ath/ath9k/ar9003_eeprom.h     |   2 +
 drivers/net/wireless/ath/ath9k/ar9003_hw.c         |   3 +
 drivers/net/wireless/ath/ath9k/ar9003_phy.c        |  23 ++-
 .../net/wireless/ath/ath9k/ar9565_1p0_initvals.h   |  17 +-
 drivers/net/wireless/ath/ath9k/ath9k.h             |  16 +-
 drivers/net/wireless/ath/ath9k/hw.h                |   1 +
 drivers/net/wireless/ath/ath9k/init.c              |  20 +++
 drivers/net/wireless/ath/ath9k/pci.c               | 190 ++++++++++++++++++++-
 11 files changed, 279 insertions(+), 52 deletions(-)

-- 
1.8.4


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

end of thread, other threads:[~2014-08-22 15:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 15:09 [PATCH v2 0/8] ath9k patches Sujith Manoharan
2014-08-22 15:09 ` [PATCH v2 1/8] ath9k: Add a debug level for channel context Sujith Manoharan
2014-08-22 15:09 ` [PATCH v2 2/8] ath9k: Handle failure to allocate HW timer Sujith Manoharan
2014-08-22 15:09 ` [PATCH v2 3/8] ath9k: Move channel operations to channel.c Sujith Manoharan
2014-08-22 15:09 ` [PATCH v2 4/8] ath9k: Add debug information Sujith Manoharan
2014-08-22 15:09 ` [PATCH v2 5/8] ath9k: Add a config option for channel context Sujith Manoharan
2014-08-22 15:09 ` [PATCH v2 6/8] ath9k: Move P2P functions to channel.c Sujith Manoharan
2014-08-22 15:09 ` [PATCH v2 7/8] ath9k: Isolate P2P powersave routines Sujith Manoharan
2014-08-22 15:09 ` [PATCH v2 8/8] ath9k: Isolate ath9k_use_chanctx module parameter Sujith Manoharan
  -- strict thread matches above, loose matches on Subject: below --
2013-09-02  8:26 [PATCH v2 0/8] ath9k patches Sujith Manoharan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox