]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: add DFS radar pulse processing
authorZefir Kurtisi <zefir.kurtisi@neratec.com>
Thu, 15 Dec 2011 04:16:34 +0000 (20:16 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 15 Dec 2011 19:46:37 +0000 (14:46 -0500)
commit14489261c488b79bec201c42eb86c1f421418e90
tree87d1a9f96ade552d8404899046775fa15aab730c
parent4470b072146564e45392f76515d6d251bac0111e
ath9k: add DFS radar pulse processing

This initial DFS module provides basic functionality to deal
with radar pulses reported by the Atheros DFS HW pulse detector.

The reported data is evaluated and basic plausibility checks
are performed to filter false pulses. Passing radar pulses are
forwarded to pattern detectors which are not yet implemented.

(Some modifications to actually use ATH9K_DFS_DEBUGFS based on comments
from Julian Calaby <julian.calaby@gmail.com>. -- JWL)

Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/Kconfig
drivers/net/wireless/ath/ath9k/Makefile
drivers/net/wireless/ath/ath9k/debug.c
drivers/net/wireless/ath/ath9k/debug.h
drivers/net/wireless/ath/ath9k/dfs.c [new file with mode: 0644]
drivers/net/wireless/ath/ath9k/dfs.h [new file with mode: 0644]
drivers/net/wireless/ath/ath9k/dfs_debug.c [new file with mode: 0644]
drivers/net/wireless/ath/ath9k/dfs_debug.h [new file with mode: 0644]