]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ath9k: Add ATH9K_DEBUG configuration option
authorSujith <Sujith.Manoharan@atheros.com>
Fri, 28 Nov 2008 16:49:02 +0000 (22:19 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 5 Dec 2008 14:35:08 +0000 (09:35 -0500)
commit88b126af946e7ea789f2a52d9d25aca681f93067
tree0991493a6fc53675ca73d971bb92ae77fb628a48
parent04bd4638097c767278fdf12d50fecc8b60194d39
ath9k: Add ATH9K_DEBUG configuration option

Make debugging configurable, and add a module parameter
to give the debug mask.
Add debug.c to hold all debug specific code.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/Kconfig
drivers/net/wireless/ath9k/Makefile
drivers/net/wireless/ath9k/core.h
drivers/net/wireless/ath9k/debug.c [new file with mode: 0644]
drivers/net/wireless/ath9k/main.c