linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFCv2 0/3] ath9k: DFS pattern detector
@ 2012-03-23 15:33 Zefir Kurtisi
  2012-03-23 15:34 ` [RFCv2 1/3] ath9k: add " Zefir Kurtisi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Zefir Kurtisi @ 2012-03-23 15:33 UTC (permalink / raw)
  To: linux-wireless; +Cc: ath9k-devel, nbd, rodrigue, Zefir Kurtisi

This is an update of the initial proposal in [1] considering the
comments received and re-factoring towards integration with the
DFS management component provided by TI.


[1] http://lwn.net/Articles/478096/

Zefir Kurtisi (3):
  ath9k: add DFS pattern detector
  ath9k: add DFS pattern detector instance to ath_softc
  ath9k: update to DFS pattern detector interface

 drivers/net/wireless/ath/ath9k/Makefile            |    5 +-
 drivers/net/wireless/ath/ath9k/ath9k.h             |    2 +
 drivers/net/wireless/ath/ath9k/dfs.c               |   76 ++---
 drivers/net/wireless/ath/ath9k/dfs.h               |    8 +-
 .../net/wireless/ath/ath9k/dfs_pattern_detector.c  |  300 +++++++++++++++
 .../net/wireless/ath/ath9k/dfs_pattern_detector.h  |  104 ++++++
 drivers/net/wireless/ath/ath9k/dfs_pri_detector.c  |  390 ++++++++++++++++++++
 drivers/net/wireless/ath/ath9k/dfs_pri_detector.h  |   52 +++
 drivers/net/wireless/ath/ath9k/init.c              |    4 +
 9 files changed, 890 insertions(+), 51 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath9k/dfs_pattern_detector.c
 create mode 100644 drivers/net/wireless/ath/ath9k/dfs_pattern_detector.h
 create mode 100644 drivers/net/wireless/ath/ath9k/dfs_pri_detector.c
 create mode 100644 drivers/net/wireless/ath/ath9k/dfs_pri_detector.h

-- 
1.7.4.1


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

end of thread, other threads:[~2012-03-30  8:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-23 15:33 [RFCv2 0/3] ath9k: DFS pattern detector Zefir Kurtisi
2012-03-23 15:34 ` [RFCv2 1/3] ath9k: add " Zefir Kurtisi
2012-03-30  6:04   ` Adrian Chadd
2012-03-30  8:46     ` Zefir Kurtisi
2012-03-23 15:34 ` [RFCv2 2/3] ath9k: add DFS pattern detector instance to ath_softc Zefir Kurtisi
2012-03-23 15:34 ` [RFCv2 3/3] ath9k: update to DFS pattern detector interface Zefir Kurtisi

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).