2009-05-21 07:20:45 -06:00
|
|
|
config IWM
|
|
|
|
tristate "Intel Wireless Multicomm 3200 WiFi driver"
|
|
|
|
depends on MMC && WLAN_80211 && EXPERIMENTAL
|
2009-06-03 10:30:31 -06:00
|
|
|
depends on CFG80211
|
2009-05-25 23:41:51 -06:00
|
|
|
select WIRELESS_EXT
|
2009-05-21 07:20:45 -06:00
|
|
|
select FW_LOADER
|
|
|
|
|
|
|
|
config IWM_DEBUG
|
|
|
|
bool "Enable full debugging output in iwmc3200wifi"
|
|
|
|
depends on IWM && DEBUG_FS
|
|
|
|
---help---
|
|
|
|
This option will enable debug tracing and setting for iwm
|
|
|
|
|
|
|
|
You can set the debug level and module through debugfs. By
|
|
|
|
default all modules are set to the IWL_DL_ERR level.
|
|
|
|
To see the list of debug modules and levels, see iwm/debug.h
|
|
|
|
|
|
|
|
For example, if you want the full MLME debug output:
|
|
|
|
echo 0xff > /debug/iwm/phyN/debug/mlme
|
|
|
|
|
|
|
|
Or, if you want the full debug, for all modules:
|
|
|
|
echo 0xff > /debug/iwm/phyN/debug/level
|
|
|
|
echo 0xff > /debug/iwm/phyN/debug/modules
|