From: Inaky Perez-Gonzalez Date: Sun, 21 Dec 2008 00:57:35 +0000 (-0800) Subject: wimax: debug macros and debug settings for the WiMAX stack X-Git-Tag: v2.6.29-rc1~182^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea912f4e7f264981faf8665cfb63d46d7f948117;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed