Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 1 | config IWM |
| 2 | tristate "Intel Wireless Multicomm 3200 WiFi driver" |
| 3 | depends on MMC && WLAN_80211 && EXPERIMENTAL |
Johannes Berg | 0aa8204 | 2009-06-03 18:30:31 +0200 | [diff] [blame] | 4 | depends on CFG80211 |
Zhu Yi | d0fc1d5 | 2009-05-25 22:41:51 -0700 | [diff] [blame] | 5 | select WIRELESS_EXT |
Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 6 | select FW_LOADER |
Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 7 | |
| 8 | config IWM_DEBUG |
| 9 | bool "Enable full debugging output in iwmc3200wifi" |
| 10 | depends on IWM && DEBUG_FS |
| 11 | ---help--- |
| 12 | This option will enable debug tracing and setting for iwm |
| 13 | |
| 14 | You can set the debug level and module through debugfs. By |
| 15 | default all modules are set to the IWL_DL_ERR level. |
| 16 | To see the list of debug modules and levels, see iwm/debug.h |
| 17 | |
| 18 | For example, if you want the full MLME debug output: |
| 19 | echo 0xff > /debug/iwm/phyN/debug/mlme |
| 20 | |
| 21 | Or, if you want the full debug, for all modules: |
| 22 | echo 0xff > /debug/iwm/phyN/debug/level |
| 23 | echo 0xff > /debug/iwm/phyN/debug/modules |