ath9k: change DFS logging to use ath_dbg()
authorZefir Kurtisi <zefir.kurtisi@neratec.com>
Mon, 15 Apr 2013 09:29:06 +0000 (11:29 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 22 Apr 2013 19:17:40 +0000 (15:17 -0400)
The DFS pattern detector was initially planned to reside on
a higher layer and used generic pr_*() logging functions.

Being part of ath9k, use ath_dbg() instead and make DFS log
ouput selectable via ATH_DBG_DFS (0x20000) at runtime.

This patch does not contain functional modifications.

Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found