]> git.baikalelectronics.ru Git - kernel.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)
commit1d855b509af736c73be5b7864ead3b05627aaf5b
tree0991493a6fc53675ca73d971bb92ae77fb628a48
parent09bee8b5c597dbd30d107a6ceb5b82ae369af6b9
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