2 tristate "Intel Wireless Wifi legacy devices"
3 depends on PCI && MAC80211
10 menu "Debugging Options"
11 depends on IWLWIFI_LEGACY
13 config IWLWIFI_LEGACY_DEBUG
14 bool "Enable full debugging output in 4965 and 3945 drivers"
15 depends on IWLWIFI_LEGACY
17 This option will enable debug tracing output for the iwlwifilegacy
20 This will result in the kernel module being ~100k larger. You can
21 control which debug output is sent to the kernel log by setting the
24 /sys/class/net/wlan0/device/debug_level
26 This entry will only exist if this option is enabled.
28 To set a value, simply echo an 8-byte hex value to the same file:
30 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
32 You can find the list of debug mask values in:
33 drivers/net/wireless/iwlwifilegacy/iwl-debug.h
35 If this is your first time using this driver, you should say Y here
36 as the debug information can assist others in helping you resolve
37 any problems you may encounter.
39 config IWLWIFI_LEGACY_DEBUGFS
40 bool "4965 and 3945 debugfs support"
41 depends on IWLWIFI_LEGACY && MAC80211_DEBUGFS
43 Enable creation of debugfs files for the iwlwifilegacy drivers. This
44 is a low-impact option that allows getting insight into the
45 driver's state at runtime.
47 config IWLWIFI_LEGACY_DEVICE_TRACING
48 bool "iwlwifilegacy legacy device access tracing"
49 depends on IWLWIFI_LEGACY
50 depends on EVENT_TRACING
52 Say Y here to trace all commands, including TX frames and IO
53 accesses, sent to the device. If you say yes, iwlwifilegacy will
54 register with the ftrace framework for event tracing and dump
55 all this information to the ringbuffer, you may need to
56 increase the ringbuffer size. See the ftrace documentation
59 When tracing is not enabled, this option still has some
60 (though rather small) overhead.
62 If unsure, say Y so we can help you better when problems
67 tristate "Intel Wireless WiFi 4965AGN (iwl4965)"
68 depends on IWLWIFI_LEGACY
70 This option enables support for
72 Select to build the driver supporting the:
74 Intel Wireless WiFi Link 4965AGN
76 This driver uses the kernel's mac80211 subsystem.
78 In order to use this driver, you will need a microcode (uCode)
79 image for it. You can obtain the microcode from:
81 <http://intellinuxwireless.org/>.
83 The microcode is typically installed in /lib/firmware. You can
84 look in the hotplug script /etc/hotplug/firmware.agent to
85 determine which directory FIRMWARE_DIR is set to when the script
88 If you want to compile the driver as a module ( = code which can be
89 inserted in and removed from the running kernel whenever you want),
90 say M here and read <file:Documentation/kbuild/modules.txt>. The
91 module will be called iwl4965.
94 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
95 depends on IWLWIFI_LEGACY
97 Select to build the driver supporting the:
99 Intel PRO/Wireless 3945ABG/BG Network Connection
101 This driver uses the kernel's mac80211 subsystem.
103 In order to use this driver, you will need a microcode (uCode)
104 image for it. You can obtain the microcode from:
106 <http://intellinuxwireless.org/>.
108 The microcode is typically installed in /lib/firmware. You can
109 look in the hotplug script /etc/hotplug/firmware.agent to
110 determine which directory FIRMWARE_DIR is set to when the script
113 If you want to compile the driver as a module ( = code which can be
114 inserted in and removed from the running kernel whenever you want),
115 say M here and read <file:Documentation/kbuild/modules.txt>. The
116 module will be called iwl3945.