Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/2] ath9k: spectral scan on HT40 channels
@ 2013-10-05 21:16 Lorenzo Bianconi
  2013-10-05 21:16 ` [PATCH 1/2] ath9k: add noise floor parameter to ath9k_hw_getchan_noise Lorenzo Bianconi
  2013-10-05 21:16 ` [PATCH 2/2] ath9k: add HT40 spectral scan capability Lorenzo Bianconi
  0 siblings, 2 replies; 6+ messages in thread
From: Lorenzo Bianconi @ 2013-10-05 21:16 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, mcgrof, simon.wunderlich

This couple of patches add spectral scan capability on HT40 channels for
ath9k. In particular:
*[PATCH 1/2]: add nf parameter to ath9k_hw_getchan_noise() to compute noise
floor for ext chains
*[PATCH 2/2]: parse FFT samples on HT40 channels

Spectral scan has been tested using Simon Wunderlich's userspace program
(https://github.com/simonwunderlich/FFT_eval) on HT20 channels and using a Qt-Qwt
program (https://github.com/LorenzoBianconi/ath_spectral) on HT40 channels

Regards,
Lorenzo

Lorenzo Bianconi (2):
  ath9k: add noise floor parameter to ath9k_hw_getchan_noise
  ath9k: add HT40 spectral scan capability

 drivers/net/wireless/ath/ath9k/ath9k.h |  28 +++++++
 drivers/net/wireless/ath/ath9k/calib.c |  10 +--
 drivers/net/wireless/ath/ath9k/calib.h |   3 +-
 drivers/net/wireless/ath/ath9k/hw.c    |   2 +-
 drivers/net/wireless/ath/ath9k/link.c  |   3 +-
 drivers/net/wireless/ath/ath9k/recv.c  | 144 ++++++++++++++++++++++++---------
 6 files changed, 144 insertions(+), 46 deletions(-)

-- 
1.8.1.2


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

end of thread, other threads:[~2013-10-12 14:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-05 21:16 [PATCH 0/2] ath9k: spectral scan on HT40 channels Lorenzo Bianconi
2013-10-05 21:16 ` [PATCH 1/2] ath9k: add noise floor parameter to ath9k_hw_getchan_noise Lorenzo Bianconi
2013-10-05 21:16 ` [PATCH 2/2] ath9k: add HT40 spectral scan capability Lorenzo Bianconi
2013-10-10 13:31   ` Simon Wunderlich
2013-10-11 11:33     ` Lorenzo Bianconi
2013-10-12 14:25       ` Luis R. Rodriguez

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