All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] ath9k: Channel context support
@ 2014-06-04 13:46 Rajkumar Manoharan
  2014-06-04 13:46 ` [PATCH 01/13] ath9k: Add channel context structure Rajkumar Manoharan
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Rajkumar Manoharan @ 2014-06-04 13:46 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Rajkumar Manoharan

Hi,

These patches adds a basic infrastruture for multi channel
context. Currently channel context usage is restricted by
modparam "use_chanctx" as it is not yet fully implemented.

This is based on Felix's initial patches for MCC.

Felix Fietkau (12):
  ath9k: Add channel context structure
  ath9k: Move txpower limit to channel context
  ath9k: Move acq to channel context
  ath9k: Add channel context worker thread
  ath9k: channel context based transmission
  ath9k: send powersave frame on channel switch
  ath9k: Implement hw_scan support
  ath9k: Implement remain-on-channal support
  ath9k: Implement channel context ops
  ath9k: Move caldata into channel context
  ath9k: Add ATH_OP_MULTI_CHANNEL
  ath9k: save tsf in channel context

Rajkumar Manoharan (1):
  ath9k: Fetch appropriate opereting channel context

 drivers/net/wireless/ath/ath.h           |   1 +
 drivers/net/wireless/ath/ath9k/Makefile  |   3 +-
 drivers/net/wireless/ath/ath9k/ath9k.h   |  94 ++++++-
 drivers/net/wireless/ath/ath9k/beacon.c  |   2 +-
 drivers/net/wireless/ath/ath9k/channel.c | 411 ++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath9k/debug.c   |   2 +-
 drivers/net/wireless/ath/ath9k/hw.c      |  23 +-
 drivers/net/wireless/ath/ath9k/hw.h      |   1 +
 drivers/net/wireless/ath/ath9k/init.c    |  19 +-
 drivers/net/wireless/ath/ath9k/link.c    |   4 +-
 drivers/net/wireless/ath/ath9k/main.c    | 454 +++++++++++++++++++++++--------
 drivers/net/wireless/ath/ath9k/mci.c     |   4 +-
 drivers/net/wireless/ath/ath9k/pci.c     |   1 +
 drivers/net/wireless/ath/ath9k/recv.c    |   9 +-
 drivers/net/wireless/ath/ath9k/tx99.c    |   2 +-
 drivers/net/wireless/ath/ath9k/wow.c     |   1 +
 drivers/net/wireless/ath/ath9k/xmit.c    |  72 +++--
 17 files changed, 944 insertions(+), 159 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath9k/channel.c

-- 
2.0.0


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

end of thread, other threads:[~2014-06-09 11:36 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-04 13:46 [PATCH 00/13] ath9k: Channel context support Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 01/13] ath9k: Add channel context structure Rajkumar Manoharan
2014-06-09 11:36   ` Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 02/13] ath9k: Move txpower limit to channel context Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 03/13] ath9k: Move acq " Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 04/13] ath9k: Add channel context worker thread Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 05/13] ath9k: channel context based transmission Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 06/13] ath9k: send powersave frame on channel switch Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 07/13] ath9k: Implement hw_scan support Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 08/13] ath9k: Implement remain-on-channal support Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 09/13] ath9k: Implement channel context ops Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 10/13] ath9k: Fetch appropriate opereting channel context Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 11/13] ath9k: Move caldata into " Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 12/13] ath9k: Add ATH_OP_MULTI_CHANNEL Rajkumar Manoharan
2014-06-04 13:46 ` [PATCH 13/13] ath9k: save tsf in channel context Rajkumar Manoharan
2014-06-04 14:00 ` [PATCH 00/13] ath9k: Channel context support Johannes Berg
2014-06-04 16:16   ` Rajkumar Manoharan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.