wimax: debug macros and debug settings for the WiMAX stack
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Sun, 21 Dec 2008 00:57:35 +0000 (16:57 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Jan 2009 18:00:17 +0000 (10:00 -0800)
commitea912f4e7f264981faf8665cfb63d46d7f948117
treeb0bfe3d7abcee4beb935f0391b8c0180ccb56941
parent60fa9ca6cfff2be4132ea93b7dd632801ec0c817
wimax: debug macros and debug settings for the WiMAX stack

This file contains a simple debug framework that is used in the stack;
it allows the debug level to be controlled at compile-time (so the
debug code is optimized out) and at run-time (for what wasn't compiled
out).

This is eventually going to be moved to use dynamic_printk(). Just
need to find time to do it.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/wimax/debug.h [new file with mode: 0644]
net/wimax/debug-levels.h [new file with mode: 0644]