Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/6] ath9k patches
@ 2014-10-06  5:49 Sujith Manoharan
  2014-10-06  5:49 ` [PATCH 1/6] ath: Fix smatch warning Sujith Manoharan
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Sujith Manoharan @ 2014-10-06  5:49 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless, ath9k-devel

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

Various fixes for -next.

Sujith Manoharan (6):
  ath: Fix smatch warning
  ath9k: Fix crash in MCC mode
  ath9k: Fix sequence number assignment
  ath9k: Use sta_state() callback
  ath9k: Enable multi-channel properly
  ath9k: Process beacons properly

 drivers/net/wireless/ath/ath9k/ath9k.h   |  6 +++--
 drivers/net/wireless/ath/ath9k/beacon.c  | 12 ++-------
 drivers/net/wireless/ath/ath9k/channel.c |  7 +++---
 drivers/net/wireless/ath/ath9k/main.c    | 43 +++++++++++++++++++++++++-------
 drivers/net/wireless/ath/ath9k/xmit.c    | 34 +++++++++++++++++--------
 drivers/net/wireless/ath/main.c          |  8 +++---
 6 files changed, 71 insertions(+), 39 deletions(-)

-- 
2.1.2


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/6] ath9k patches
@ 2014-11-11  7:07 Sujith Manoharan
  0 siblings, 0 replies; 13+ messages in thread
From: Sujith Manoharan @ 2014-11-11  7:07 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless, ath9k-devel

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

Various fixes for -next.

Miaoqing Pan (3):
  ath9k: disable overriding AR9340 SLP32 registers
  ath9k: Use new QCA953x initvals
  ath9k: Fix high tx power in multi-chain mode

Sujith Manoharan (3):
  ath9k: Update QCA953x initvals
  ath9k: Fix LED configuration
  ath9k: Enable TSF2 for generic HW timers

 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c   |  22 +-
 drivers/net/wireless/ath/ath9k/ar9003_hw.c       |  51 ++-
 drivers/net/wireless/ath/ath9k/ar9003_phy.c      |  12 +-
 drivers/net/wireless/ath/ath9k/ar953x_initvals.h | 498 +++++++++++++++++++++--
 drivers/net/wireless/ath/ath9k/ath9k.h           |   1 +
 drivers/net/wireless/ath/ath9k/gpio.c            |   9 +-
 drivers/net/wireless/ath/ath9k/hw.c              |  23 +-
 drivers/net/wireless/ath/ath9k/hw.h              |   3 +
 drivers/net/wireless/ath/ath9k/init.c            |   3 +
 drivers/net/wireless/ath/ath9k/main.c            |   6 +-
 drivers/net/wireless/ath/ath9k/pci.c             |   4 +-
 drivers/net/wireless/ath/ath9k/reg.h             |   3 +
 12 files changed, 575 insertions(+), 60 deletions(-)

-- 
2.1.3


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/6] ath9k patches
@ 2015-01-19  2:13 Sujith Manoharan
  0 siblings, 0 replies; 13+ messages in thread
From: Sujith Manoharan @ 2015-01-19  2:13 UTC (permalink / raw)
  To: linux-wireless; +Cc: ath9k-devel

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

ath9k patches for -next.

Sujith Manoharan (6):
  ath9k: Update QCA953x initvals
  ath9k: Update AR955x initvals
  ath9k: Add a macro to identify PCOEM chips
  ath9k: Fix manual peak calibration initialization
  ath9k: Set correct peak detect threshold
  ath9k: Enable manual peak detect calibration

 drivers/net/wireless/ath/ath9k/ar9003_calib.c      | 61 +++++++++++++++++-----
 drivers/net/wireless/ath/ath9k/ar953x_initvals.h   |  4 +-
 .../net/wireless/ath/ath9k/ar955x_1p0_initvals.h   |  4 +-
 drivers/net/wireless/ath/ath9k/reg.h               |  3 ++
 4 files changed, 55 insertions(+), 17 deletions(-)

-- 
2.2.2


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/6] ath9k patches
@ 2015-02-02 12:51 Sujith Manoharan
  2015-02-06  6:41 ` Kalle Valo
  0 siblings, 1 reply; 13+ messages in thread
From: Sujith Manoharan @ 2015-02-02 12:51 UTC (permalink / raw)
  To: linux-wireless

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

ath9k patches for -next.

Sujith Manoharan (6):
  ath9k: Add support for more WOW patterns
  ath9k: Register correct WOW details with mac80211
  ath9k: Fix issues with WoW enable
  ath9k: Program AR_WA correctly
  ath9k: Clear TSF2 properly
  ath9k: Choose correct rate for 2GHz channel

 drivers/net/wireless/ath/ath9k/ar9003_wow.c | 281 ++++++++++++++--------------
 drivers/net/wireless/ath/ath9k/hw.h         |   3 +-
 drivers/net/wireless/ath/ath9k/reg.h        |   2 +
 drivers/net/wireless/ath/ath9k/reg_wow.h    |  39 +++-
 drivers/net/wireless/ath/ath9k/wow.c        |  16 +-
 5 files changed, 200 insertions(+), 141 deletions(-)

-- 
2.2.2


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/6] ath9k patches
@ 2015-03-01  6:23 Sujith Manoharan
  0 siblings, 0 replies; 13+ messages in thread
From: Sujith Manoharan @ 2015-03-01  6:23 UTC (permalink / raw)
  To: linux-wireless

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

ath9k patches for -next.

Sujith Manoharan (6):
  ath9k: Remove useless return value check
  ath9k: Initialize MCI state correctly
  ath9k: Fix MCI scheme initialization
  ath9k: Fix wlan-active gpio for the AR9003 family
  ath9k: Handle timers for MCI
  ath9k: Fix issues in the main btcoex timer

 drivers/net/wireless/ath/ath9k/btcoex.c | 43 ++++++++++-----
 drivers/net/wireless/ath/ath9k/btcoex.h |  1 +
 drivers/net/wireless/ath/ath9k/gpio.c   | 95 +++++++++++++++++----------------
 3 files changed, 79 insertions(+), 60 deletions(-)

-- 
2.3.0


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

end of thread, other threads:[~2015-03-01  6:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-06  5:49 [PATCH 0/6] ath9k patches Sujith Manoharan
2014-10-06  5:49 ` [PATCH 1/6] ath: Fix smatch warning Sujith Manoharan
2014-10-06  5:49 ` [PATCH 2/6] ath9k: Fix crash in MCC mode Sujith Manoharan
2014-10-06  5:49 ` [PATCH 3/6] ath9k: Fix sequence number assignment Sujith Manoharan
2014-10-06  5:49 ` [PATCH 4/6] ath9k: Use sta_state() callback Sujith Manoharan
2014-10-06  5:49 ` [PATCH 5/6] ath9k: Enable multi-channel properly Sujith Manoharan
2014-10-06  5:49 ` [PATCH 6/6] ath9k: Process beacons properly Sujith Manoharan
2014-10-07  4:36   ` Sujith Manoharan
  -- strict thread matches above, loose matches on Subject: below --
2014-11-11  7:07 [PATCH 0/6] ath9k patches Sujith Manoharan
2015-01-19  2:13 Sujith Manoharan
2015-02-02 12:51 Sujith Manoharan
2015-02-06  6:41 ` Kalle Valo
2015-03-01  6:23 Sujith Manoharan

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