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 |
Zhu Yi | d0fc1d5 | 2009-05-25 22:41:51 -0700 | [diff] [blame^] | 4 | select WIRELESS_EXT |
| 5 | select CFG80211 |
Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 6 | select FW_LOADER |
| 7 | select RFKILL |
| 8 | |
| 9 | config IWM_DEBUG |
| 10 | bool "Enable full debugging output in iwmc3200wifi" |
| 11 | depends on IWM && DEBUG_FS |
| 12 | ---help--- |
| 13 | This option will enable debug tracing and setting for iwm |
| 14 | |
| 15 | You can set the debug level and module through debugfs. By |
| 16 | default all modules are set to the IWL_DL_ERR level. |
| 17 | To see the list of debug modules and levels, see iwm/debug.h |
| 18 | |
| 19 | For example, if you want the full MLME debug output: |
| 20 | echo 0xff > /debug/iwm/phyN/debug/mlme |
| 21 | |
| 22 | Or, if you want the full debug, for all modules: |
| 23 | echo 0xff > /debug/iwm/phyN/debug/level |
| 24 | echo 0xff > /debug/iwm/phyN/debug/modules |