2 tristate "Intel Wireless Multicomm 3200 WiFi driver"
3 depends on MMC && WLAN_80211 && EXPERIMENTAL
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.
13 If you choose to build it as a module, it'll be called
17 bool "Enable full debugging output in iwmc3200wifi"
18 depends on IWM && DEBUG_FS
20 This option will enable debug tracing and setting for iwm
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
26 For example, if you want the full MLME debug output:
27 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/mlme
29 Or, if you want the full debug, for all modules:
30 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/level
31 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/modules