Skip to content

Commit

Permalink
wimax: debug macros and debug settings for the WiMAX stack
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Inaky Perez-Gonzalez authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent 60fa9ca commit ea912f4
Show file tree
Hide file tree
Showing 2 changed files with 495 additions and 0 deletions.
Loading

0 comments on commit ea912f4

Please sign in to comment.