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 | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 5 | select FW_LOADER |
Samuel Ortiz | a7a4e41 | 2009-06-24 16:07:22 +0200 | [diff] [blame] | 6 | help |
| 7 | The Intel Wireless Multicomm 3200 hardware is a combo |
| 8 | card with GPS, Bluetooth, WiMax and 802.11 radios. It |
| 9 | runs over SDIO and is typically found on Moorestown |
| 10 | based platform. This driver takes care of the 802.11 |
| 11 | part, which is a fullmac one. |
| 12 | |
| 13 | If you choose to build it as a module, it'll be called |
| 14 | iwmc3200wifi.ko. |
Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 15 | |
| 16 | config IWM_DEBUG |
| 17 | bool "Enable full debugging output in iwmc3200wifi" |
| 18 | depends on IWM && DEBUG_FS |
| 19 | ---help--- |
| 20 | This option will enable debug tracing and setting for iwm |
| 21 | |
| 22 | You can set the debug level and module through debugfs. By |
| 23 | default all modules are set to the IWL_DL_ERR level. |
| 24 | To see the list of debug modules and levels, see iwm/debug.h |
| 25 | |
| 26 | For example, if you want the full MLME debug output: |
GeunSik Lim | 9d480b8 | 2009-09-07 21:37:53 +0900 | [diff] [blame^] | 27 | echo 0xff > /sys/kernel/debug/iwm/phyN/debug/mlme |
Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 28 | |
| 29 | Or, if you want the full debug, for all modules: |
GeunSik Lim | 9d480b8 | 2009-09-07 21:37:53 +0900 | [diff] [blame^] | 30 | echo 0xff > /sys/kernel/debug/iwm/phyN/debug/level |
| 31 | echo 0xff > /sys/kernel/debug/iwm/phyN/debug/modules |