Enable full debugging output in iwlegacy (iwl 3945/4965) drivers

configname: CONFIG_IWLEGACY_DEBUG

Linux Kernel Configuration
└─>Device Drivers
└─>Network device support
└─>Wireless LAN
└─>iwl3945 / iwl4965 Debugging Options
└─>Enable full debugging output in iwlegacy (iwl 3945/4965) drivers
In linux kernel since version 3.1 (release Date: 2011-10-24)  
This option will enable debug tracing output for the iwlegacy
drivers.

This will result in the kernel module being ~100k larger. You can
control which debug output is sent to the kernel log by setting the
value in

/sys/class/net/wlan0/device/debug_level

This entry will only exist if this option is enabled.

To set a value, simply echo an 8-byte hex value to the same file:

% echo 0x43fff > /sys/class/net/wlan0/device/debug_level

You can find the list of debug mask values in:
drivers/net/wireless/iwlegacy/common.h

If this is your first time using this driver, you should say Y here
as the debug information can assist others in helping you resolve
any problems you may encounter.