blob: b9d34a76696448efa65920cc2923f1d0c9d260b2 [file] [log] [blame]
Zhu Yibb9f8692009-05-21 21:20:45 +08001config IWM
2 tristate "Intel Wireless Multicomm 3200 WiFi driver"
John W. Linville133d7c62009-10-28 16:29:30 -04003 depends on MMC && EXPERIMENTAL
Johannes Berg0aa82042009-06-03 18:30:31 +02004 depends on CFG80211
Zhu Yibb9f8692009-05-21 21:20:45 +08005 select FW_LOADER
Tomas Winkler439ca3a2009-10-17 09:09:35 +00006 select IWMC3200TOP
Samuel Ortiza7a4e412009-06-24 16:07:22 +02007 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 Yibb9f8692009-05-21 21:20:45 +080016
17config IWM_DEBUG
18 bool "Enable full debugging output in iwmc3200wifi"
19 depends on IWM && DEBUG_FS
20 ---help---
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 Lim9d480b82009-09-07 21:37:53 +090028 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/mlme
Zhu Yibb9f8692009-05-21 21:20:45 +080029
30 Or, if you want the full debug, for all modules:
GeunSik Lim9d480b82009-09-07 21:37:53 +090031 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/level
32 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/modules