wimax: allow specifying debug levels as command line option
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Wed, 2 Sep 2009 22:36:05 +0000 (15:36 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Mon, 19 Oct 2009 06:55:50 +0000 (15:55 +0900)
commit4c2b1a11646bf74e2926ce8b13a21884adc1e05c
tree59cd5b59b21969264c6833b567b828484a6d76ed
parent4dc1bf074e4db5aa281a7b82ceebb24df98922d2
wimax: allow specifying debug levels as command line option

Add "debug" module options to all the wimax modules (including
drivers) so that the debug levels can be set upon kernel boot or
module load time.

This is needed as currently there was a limitation where the debug
levels could only be set when a device was succesfully
enumerated. This made it difficult to debug issues that made a device
not probe properly.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
drivers/net/wimax/i2400m/driver.c
drivers/net/wimax/i2400m/sdio.c
drivers/net/wimax/i2400m/usb.c
include/linux/wimax/debug.h
net/wimax/stack.c