sch_htb: fix "too many events" situation
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / Kconfig
CommitLineData
c8b0e6e1
CH
1config IWL4965
2 tristate "Intel Wireless WiFi 4965AGN"
bb8c093b 3 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
b481de9c 4 select FW_LOADER
b481de9c 5 ---help---
c8b0e6e1 6 Select to build the driver supporting the:
b481de9c 7
c8b0e6e1 8 Intel Wireless WiFi Link 4965AGN
b481de9c 9
c8b0e6e1 10 This driver uses the kernel's mac80211 subsystem.
b481de9c 11
c8b0e6e1
CH
12 In order to use this driver, you will need a microcode (uCode)
13 image for it. You can obtain the microcode from:
b481de9c 14
c8b0e6e1 15 <http://intellinuxwireless.org/>.
b481de9c 16
e7a2827c
RC
17 The microcode is typically installed in /lib/firmware. You can
18 look in the hotplug script /etc/hotplug/firmware.agent to
19 determine which directory FIRMWARE_DIR is set to when the script
20 runs.
b481de9c 21
c8b0e6e1
CH
22 If you want to compile the driver as a module ( = code which can be
23 inserted in and remvoed from the running kernel whenever you want),
24 say M here and read <file:Documentation/kbuild/modules.txt>. The
25 module will be called iwl4965.ko.
b481de9c 26
c8b0e6e1
CH
27config IWL4965_QOS
28 bool "Enable Wireless QoS in iwl4965 driver"
29 depends on IWL4965
b481de9c 30 ---help---
c8b0e6e1 31 This option will enable wireless quality of service (QoS) for the
66c6b139 32 iwl4965 driver.
b481de9c 33
923effd8
RR
34config IWL4965_HT
35 bool "Enable 802.11n HT features in iwl4965 driver"
36 depends on EXPERIMENTAL
37 depends on IWL4965 && IWL4965_QOS
38 depends on n
39 ---help---
40 This option enables IEEE 802.11n High Throughput features
41 for the iwl4965 driver.
42
c8b0e6e1 43config IWL4965_SPECTRUM_MEASUREMENT
66c6b139 44 bool "Enable Spectrum Measurement in iwl4965 driver"
c8b0e6e1 45 depends on IWL4965
b481de9c 46 ---help---
c8b0e6e1 47 This option will enable spectrum measurement for the iwl4965 driver.
b481de9c 48
c8b0e6e1
CH
49config IWL4965_SENSITIVITY
50 bool "Enable Sensitivity Calibration in iwl4965 driver"
51 depends on IWL4965
b481de9c 52 ---help---
c8b0e6e1
CH
53 This option will enable sensitivity calibration for the iwl4965
54 driver.
b481de9c 55
c8b0e6e1
CH
56config IWL4965_DEBUG
57 bool "Enable full debugging output in iwl4965 driver"
58 depends on IWL4965
b481de9c 59 ---help---
c8b0e6e1
CH
60 This option will enable debug tracing output for the iwl4965
61 driver.
b481de9c 62
c8b0e6e1
CH
63 This will result in the kernel module being ~100k larger. You can
64 control which debug output is sent to the kernel log by setting the
65 value in
b481de9c 66
c8b0e6e1 67 /sys/bus/pci/drivers/${DRIVER}/debug_level
b481de9c 68
c8b0e6e1 69 This entry will only exist if this option is enabled.
b481de9c 70
c8b0e6e1 71 To set a value, simply echo an 8-byte hex value to the same file:
b481de9c 72
c8b0e6e1 73 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
b481de9c 74
c8b0e6e1
CH
75 You can find the list of debug mask values in:
76 drivers/net/wireless/iwlwifi/iwl-4965-debug.h
b481de9c 77
c8b0e6e1
CH
78 If this is your first time using this driver, you should say Y here
79 as the debug information can assist others in helping you resolve
80 any problems you may encounter.
b481de9c
ZY
81
82config IWL3945
83 tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
bb8c093b 84 depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
c8b0e6e1 85 select FW_LOADER
b481de9c
ZY
86 ---help---
87 Select to build the driver supporting the:
88
89 Intel PRO/Wireless 3945ABG/BG Network Connection
90
91 This driver uses the kernel's mac80211 subsystem.
92
b481de9c
ZY
93 In order to use this driver, you will need a microcode (uCode)
94 image for it. You can obtain the microcode from:
95
96 <http://intellinuxwireless.org/>.
97
e7a2827c
RC
98 The microcode is typically installed in /lib/firmware. You can
99 look in the hotplug script /etc/hotplug/firmware.agent to
100 determine which directory FIRMWARE_DIR is set to when the script
101 runs.
b481de9c
ZY
102
103 If you want to compile the driver as a module ( = code which can be
104 inserted in and remvoed from the running kernel whenever you want),
e403149c
DH
105 say M here and read <file:Documentation/kbuild/modules.txt>. The
106 module will be called iwl3945.ko.
c8b0e6e1
CH
107
108config IWL3945_QOS
109 bool "Enable Wireless QoS in iwl3945 driver"
110 depends on IWL3945
c8b0e6e1
CH
111 ---help---
112 This option will enable wireless quality of service (QoS) for the
113 iwl3945 driver.
114
115config IWL3945_SPECTRUM_MEASUREMENT
116 bool "Enable Spectrum Measurement in iwl3945 drivers"
117 depends on IWL3945
c8b0e6e1
CH
118 ---help---
119 This option will enable spectrum measurement for the iwl3945 driver.
120
121config IWL3945_DEBUG
122 bool "Enable full debugging output in iwl3945 driver"
123 depends on IWL3945
c8b0e6e1
CH
124 ---help---
125 This option will enable debug tracing output for the iwl3945
126 driver.
127
128 This will result in the kernel module being ~100k larger. You can
129 control which debug output is sent to the kernel log by setting the
130 value in
131
132 /sys/bus/pci/drivers/${DRIVER}/debug_level
133
134 This entry will only exist if this option is enabled.
135
136 To set a value, simply echo an 8-byte hex value to the same file:
137
138 % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
139
140 You can find the list of debug mask values in:
141 drivers/net/wireless/iwlwifi/iwl-3945-debug.h
142
143 If this is your first time using this driver, you should say Y here
144 as the debug information can assist others in helping you resolve
145 any problems you may encounter.
146
This page took 0.143784 seconds and 5 git commands to generate.