Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 1 | config IWM |
| 2 | tristate "Intel Wireless Multicomm 3200 WiFi driver" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 3 | depends on MMC && 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 |
Tomas Winkler | 439ca3a | 2009-10-17 09:09:35 +0000 | [diff] [blame] | 6 | select IWMC3200TOP |
Samuel Ortiz | a7a4e41 | 2009-06-24 16:07:22 +0200 | [diff] [blame] | 7 | help |
| 8 | The Intel Wireless Multicomm 3200 hardware is a combo |
| 9 | card with GPS, Bluetooth, WiMax and 802.11 radios. It |
| 10 | runs over SDIO and is typically found on Moorestown |
| 11 | based platform. This driver takes care of the 802.11 |
| 12 | part, which is a fullmac one. |
| 13 | |
| 14 | If you choose to build it as a module, it'll be called |
| 15 | iwmc3200wifi.ko. |
Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 16 | |
| 17 | config IWM_DEBUG |
| 18 | bool "Enable full debugging output in iwmc3200wifi" |
| 19 | depends on IWM && DEBUG_FS |
Zhu Yi | 34dd5fe | 2010-02-25 14:15:27 +0800 | [diff] [blame] | 20 | help |
Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 21 | This option will enable debug tracing and setting for iwm |
| 22 | |
| 23 | You can set the debug level and module through debugfs. By |
| 24 | default all modules are set to the IWL_DL_ERR level. |
| 25 | To see the list of debug modules and levels, see iwm/debug.h |
| 26 | |
| 27 | For example, if you want the full MLME debug output: |
GeunSik Lim | 9d480b8 | 2009-09-07 21:37:53 +0900 | [diff] [blame] | 28 | echo 0xff > /sys/kernel/debug/iwm/phyN/debug/mlme |
Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 29 | |
| 30 | Or, if you want the full debug, for all modules: |
GeunSik Lim | 9d480b8 | 2009-09-07 21:37:53 +0900 | [diff] [blame] | 31 | echo 0xff > /sys/kernel/debug/iwm/phyN/debug/level |
| 32 | echo 0xff > /sys/kernel/debug/iwm/phyN/debug/modules |
Zhu Yi | 34dd5fe | 2010-02-25 14:15:27 +0800 | [diff] [blame] | 33 | |
| 34 | config IWM_TRACING |
| 35 | bool "Enable event tracing for iwmc3200wifi" |
| 36 | depends on IWM && EVENT_TRACING |
| 37 | help |
| 38 | Say Y here to trace all the commands and responses between |
| 39 | the driver and firmware (including TX/RX frames) with ftrace. |