iwmc3200wifi: remove "_safe" for some list_for_each_entry usage
[deliverable/linux.git] / drivers / net / wireless / iwmc3200wifi / Kconfig
CommitLineData
bb9f8692
ZY
1config IWM
2 tristate "Intel Wireless Multicomm 3200 WiFi driver"
133d7c6a 3 depends on MMC && EXPERIMENTAL
0aa8204b 4 depends on CFG80211
bb9f8692 5 select FW_LOADER
439ca3a4 6 select IWMC3200TOP
a7a4e41e
SO
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.
bb9f8692
ZY
16
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:
9d480b88 28 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/mlme
bb9f8692
ZY
29
30 Or, if you want the full debug, for all modules:
9d480b88
GL
31 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/level
32 echo 0xff > /sys/kernel/debug/iwm/phyN/debug/modules
This page took 0.146293 seconds and 5 git commands to generate.