All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ath9k: DFS placeholders
@ 2011-12-15  4:16 Luis R. Rodriguez
  2011-12-15  4:16 ` [PATCH 1/3] ath: add a debug level for DFS Luis R. Rodriguez
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Luis R. Rodriguez @ 2011-12-15  4:16 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, kgiori, zefir.kurtisi, Luis R. Rodriguez

We have a lot of work left ahead for DFS but this is a respin
of Zefir's work to make it upstreamable. The last patch highlights
the stuff we still need to address for ath9k specifically. I think
the first 3 patches are OK to get upstream as placeholders given that
we still need to address a bit of the rest. But I see no need to have
that stuff wait longer.

Zefir Kurtisi (3):
  ath: add a debug level for DFS
  ath9k_hw: add DFS testing check
  ath9k: add DFS radar pulse processing

 drivers/net/wireless/ath/ath.h             |    2 +
 drivers/net/wireless/ath/ath9k/Kconfig     |   22 +++
 drivers/net/wireless/ath/ath9k/Makefile    |    2 +
 drivers/net/wireless/ath/ath9k/debug.c     |    3 +
 drivers/net/wireless/ath/ath9k/debug.h     |    2 +
 drivers/net/wireless/ath/ath9k/dfs.c       |  215 ++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath9k/dfs.h       |   43 ++++++
 drivers/net/wireless/ath/ath9k/dfs_debug.c |   81 +++++++++++
 drivers/net/wireless/ath/ath9k/dfs_debug.h |   57 ++++++++
 drivers/net/wireless/ath/ath9k/hw-ops.h    |    9 ++
 drivers/net/wireless/ath/ath9k/hw.c        |   27 ++++
 drivers/net/wireless/ath/ath9k/hw.h        |    1 +
 12 files changed, 464 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath9k/dfs.c
 create mode 100644 drivers/net/wireless/ath/ath9k/dfs.h
 create mode 100644 drivers/net/wireless/ath/ath9k/dfs_debug.c
 create mode 100644 drivers/net/wireless/ath/ath9k/dfs_debug.h

-- 
1.7.4.15.g7811d


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

end of thread, other threads:[~2011-12-16  2:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-15  4:16 [PATCH 0/3] ath9k: DFS placeholders Luis R. Rodriguez
2011-12-15  4:16 ` [PATCH 1/3] ath: add a debug level for DFS Luis R. Rodriguez
2011-12-15  4:16 ` [PATCH 2/3] ath9k_hw: add DFS testing check Luis R. Rodriguez
2011-12-15  4:16 ` [PATCH 3/3] ath9k: add DFS radar pulse processing Luis R. Rodriguez
2011-12-15  4:58   ` Julian Calaby
2011-12-16  2:06     ` Luis R. Rodriguez
2011-12-15  4:16 ` [DO NOT APPLY] ath9k: DFS poo Luis R. Rodriguez

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.