commit | ea912f4e7f264981faf8665cfb63d46d7f948117 | [log] [tgz] |
---|---|---|
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Sat Dec 20 16:57:35 2008 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 07 10:00:17 2009 -0800 |
tree | b0bfe3d7abcee4beb935f0391b8c0180ccb56941 | |
parent | 60fa9ca6cfff2be4132ea93b7dd632801ec0c817 [diff] |
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>